#448cac color space conversions
Hex:
        #448cac
        RGB:
        68, 140, 172
        CMY:
        73, 45, 33
        CMYK:
        60, 19, 0, 33
      HSL:
        198°, 43.3333%, 47.0588%
        HSV (HSB):
        198°, 60.4651%, 67.4510%
        XYZ:
        19.2084, 22.9637, 42.4498
        xyY:
        0.2270, 0.2714, 22.9637
      CIE-Lab:
        55.0349, -12.7665, -23.6322
        CIE-LCH:
        55.0349, 26.8600, 241.6214
        CIE-Luv:
        55.0349, -29.5913, -33.9301
        Hunter-Lab:
        47.9204, -12.3110, -18.9771
      #448cac color charts
#448cac RGB chart
      #448cac CMYK chart
      #448cac RGB pie chart
      #448cac color shades, tints & tones
#448cac color schemes
#448cac color preview, HTML & CSS examples
           This text has a color of #448cac        
        
          <p style="color:#448cac;">Text here</p>
        
        
          .mytext {color:#448cac;}
        
        Text color #448cac
      
           This box has a color of #448cac        
        
          <div style="background-color:#448cac;">Content here</div>
        
        
          .mybackground {background-color:#448cac;}
        
        Background color #448cac
      
           Border around this has a color of #448cac        
        
          <div style="border:2px solid #448cac;">Content here</div>
        
        
          .myborder {border:2px solid #448cac;}
        
        Border color #448cac