#404269

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

Shades of Corn Flower Blue #404269

Tints of Corn Flower Blue #404269

Color information

#404269 (or 0x404269) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 42 and 69. RGB value is (64,66,105). Sum of RGB (Red+Green+Blue) = 64+66+105=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #404269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404269 is #BFBD96. Grayscale: #454545. Windows color (decimal): -12565911 or 6898240. OLE color: 6898240.

HSL color Cylindrical-coordinate representation of color #404269: hue angle of 237.07º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404269 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6466105-
CMYK0.390.3700.59
HSL237.07º24.26%33.14%-
HSV(B)237.07º39.05%41.18%-
XYZ6.616.0114.18-
YUV69.85147.84123.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=27.23%
G=28.09%
B=44.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64661050.390.3700.59237.0724.2633.14
Hex404269272503Bed1821
Octal10010215147450733553041
Binary10000001000010110100110011110010101110111110110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404269; }

 p { color: rgb(64,66,105); }

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

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

 a { background-color: rgb(64,66,105); }

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

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

 span { border-color: rgb(64,66,105); }

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