#414060

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

Shades of Corn Flower Blue #414060

Tints of Corn Flower Blue #414060

Color information

#414060 (or 0x414060) is unknown color: approx Corn Flower Blue. HEX triplet: 41, 40 and 60. RGB value is (65,64,96). Sum of RGB (Red+Green+Blue) = 65+64+96=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #414060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414060 is #BEBF9F. Grayscale: #434343. Windows color (decimal): -12500896 or 6307905. OLE color: 6307905.

HSL color Cylindrical-coordinate representation of color #414060: hue angle of 241.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414060 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656496-
CMYK0.320.3300.62
HSL241.88º20%31.37%-
HSV(B)241.88º33.33%37.65%-
XYZ6.125.6411.83-
YUV67.95143.83125.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=28.89%
G=28.44%
B=42.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6564960.320.3300.62241.882031.37
Hex414060202103Ef2141f
Octal10110014040410763622437
Binary1000001100000011000001000001000010111110111100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414060; }

 p { color: rgb(65,64,96); }

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

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

 a { background-color: rgb(65,64,96); }

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

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

 span { border-color: rgb(65,64,96); }

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