#404adf color space conversions
Hex:
        #404adf
        RGB:
        64, 74, 223
        CMY:
        75, 71, 13
        CMYK:
        71, 67, 0, 13
      HSL:
        236°, 71.3004%, 56.2745%
        HSV (HSB):
        236°, 71.3004%, 87.4510%
        XYZ:
        17.8824, 11.3153, 71.0536
        xyY:
        0.1784, 0.1129, 11.3153
      CIE-Lab:
        40.1065, 44.6671, -76.7404
        CIE-LCH:
        40.1065, 88.7933, 300.2017
        CIE-Luv:
        40.1065, -10.0941, -111.6979
        Hunter-Lab:
        33.6382, 36.0258, -101.6910
      #404adf color charts
#404adf RGB chart
      #404adf CMYK chart
      #404adf RGB pie chart
      #404adf color shades, tints & tones
#404adf color schemes
#404adf color preview, HTML & CSS examples
           This text has a color of #404adf        
        
          <p style="color:#404adf;">Text here</p>
        
        
          .mytext {color:#404adf;}
        
        Text color #404adf
      
           This box has a color of #404adf        
        
          <div style="background-color:#404adf;">Content here</div>
        
        
          .mybackground {background-color:#404adf;}
        
        Background color #404adf
      
           Border around this has a color of #404adf        
        
          <div style="border:2px solid #404adf;">Content here</div>
        
        
          .myborder {border:2px solid #404adf;}
        
        Border color #404adf