#404375

Color #404375 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #404375

Tints of Corn Flower Blue #404375

Color information

#404375 (or 0x404375) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 43 and 75. RGB value is (64,67,117). Sum of RGB (Red+Green+Blue) = 64+67+117=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #404375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404375 is #BFBC8A. Grayscale: #474747. Windows color (decimal): -12565643 or 7684928. OLE color: 7684928.

HSL color Cylindrical-coordinate representation of color #404375: hue angle of 236.6º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404375 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6467117-
CMYK0.450.4300.54
HSL236.6º29.28%35.49%-
HSV(B)236.6º45.3%45.88%-
XYZ7.336.3917.68-
YUV71.8153.51122.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=25.81%
G=27.02%
B=47.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64671170.450.4300.54236.629.2835.49
Hex4043752D2B036ed1d23
Octal10010316555530663553543
Binary10000001000011111010110110110101101101101110110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404375; }

 p { color: rgb(64,67,117); }

 H1.HeaderClassName
 {
   color: #404375;
 }
 .AnyTagClassName
 {
   color: #404375;
 }
</style>
background-color css

<style>
 a { background-color: #404375; }

 a { background-color: rgb(64,67,117); }

 div.DivClassName
 {
   background-color: #404375;
 }
 .BgClassName
 {
   background-color: #404375;
 }
</style>
border-color css

<style>
 span { border-color: #404375; }

 span { border-color: rgb(64,67,117); }

 td.TdClassName
 {
   border-color: #404375;
 }
 .TagClassName
 {
   border-color: #404375;
 }
</style>