#4242ee color space conversions
Hex:
        #4242ee
        RGB:
        66, 66, 238
        CMY:
        74, 74, 7
        CMYK:
        72, 72, 0, 7
      HSL:
        240°, 83.4951%, 59.6078%
        HSV (HSB):
        240°, 72.2689%, 93.3333%
        XYZ:
        19.6276, 11.2277, 82.0216
        xyY:
        0.1739, 0.0995, 11.2277
      CIE-Lab:
        39.9614, 54.3248, -85.4930
        CIE-LCH:
        39.9614, 101.2928, 302.4331
        CIE-Luv:
        39.9614, -8.8239, -122.3737
        Hunter-Lab:
        33.5078, 45.9199, -121.6767
      #4242ee color charts
#4242ee RGB chart
      #4242ee CMYK chart
      #4242ee RGB pie chart
      #4242ee color shades, tints & tones
#4242ee color schemes
#4242ee color preview, HTML & CSS examples
           This text has a color of #4242ee        
        
          <p style="color:#4242ee;">Text here</p>
        
        
          .mytext {color:#4242ee;}
        
        Text color #4242ee
      
           This box has a color of #4242ee        
        
          <div style="background-color:#4242ee;">Content here</div>
        
        
          .mybackground {background-color:#4242ee;}
        
        Background color #4242ee
      
           Border around this has a color of #4242ee        
        
          <div style="border:2px solid #4242ee;">Content here</div>
        
        
          .myborder {border:2px solid #4242ee;}
        
        Border color #4242ee