#404bfc color space conversions
Hex:
        #404bfc
        RGB:
        64, 75, 252
        CMY:
        75, 71, 1
        CMYK:
        75, 70, 0, 1
      HSL:
        236°, 96.9072%, 61.9608%
        HSV (HSB):
        236°, 74.6032%, 98.8235%
        XYZ:
        22.2011, 13.1504, 93.4636
        xyY:
        0.1723, 0.1021, 13.1504
      CIE-Lab:
        42.9890, 53.6647, -88.3694
        CIE-LCH:
        42.9890, 103.3879, 301.2693
        CIE-Luv:
        42.9890, -11.2760, -129.4073
        Hunter-Lab:
        36.2635, 45.8195, -127.4264
      #404bfc color charts
#404bfc RGB chart
      #404bfc CMYK chart
      #404bfc RGB pie chart
      #404bfc color shades, tints & tones
#404bfc color schemes
#404bfc color preview, HTML & CSS examples
           This text has a color of #404bfc        
        
          <p style="color:#404bfc;">Text here</p>
        
        
          .mytext {color:#404bfc;}
        
        Text color #404bfc
      
           This box has a color of #404bfc        
        
          <div style="background-color:#404bfc;">Content here</div>
        
        
          .mybackground {background-color:#404bfc;}
        
        Background color #404bfc
      
           Border around this has a color of #404bfc        
        
          <div style="border:2px solid #404bfc;">Content here</div>
        
        
          .myborder {border:2px solid #404bfc;}
        
        Border color #404bfc