#404feb color space conversions
Hex:
        #404feb
        RGB:
        64, 79, 235
        CMY:
        75, 69, 8
        CMYK:
        73, 66, 0, 8
      HSL:
        235°, 81.0427%, 58.6275%
        HSV (HSB):
        235°, 72.7660%, 92.1569%
        XYZ:
        19.9057, 12.6801, 79.9956
        xyY:
        0.1768, 0.1126, 12.6801
      CIE-Lab:
        42.2772, 45.7321, -79.9894
        CIE-LCH:
        42.2772, 92.1397, 299.7578
        CIE-Luv:
        42.2772, -11.5071, -118.0479
        Hunter-Lab:
        35.6091, 37.4666, -108.2680
      #404feb color charts
#404feb RGB chart
      #404feb CMYK chart
      #404feb RGB pie chart
      #404feb color shades, tints & tones
#404feb color schemes
#404feb color preview, HTML & CSS examples
           This text has a color of #404feb        
        
          <p style="color:#404feb;">Text here</p>
        
        
          .mytext {color:#404feb;}
        
        Text color #404feb
      
           This box has a color of #404feb        
        
          <div style="background-color:#404feb;">Content here</div>
        
        
          .mybackground {background-color:#404feb;}
        
        Background color #404feb
      
           Border around this has a color of #404feb        
        
          <div style="border:2px solid #404feb;">Content here</div>
        
        
          .myborder {border:2px solid #404feb;}
        
        Border color #404feb