#424060

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

Shades of Corn Flower Blue #424060

Tints of Corn Flower Blue #424060

Color information

#424060 (or 0x424060) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 60. RGB value is (66,64,96). Sum of RGB (Red+Green+Blue) = 66+64+96=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #424060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424060 is #BDBF9F. Grayscale: #444444. Windows color (decimal): -12435360 or 6307906. OLE color: 6307906.

HSL color Cylindrical-coordinate representation of color #424060: hue angle of 243.75º 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 #424060 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB666496-
CMYK0.310.3300.62
HSL243.75º20%31.37%-
HSV(B)243.75º33.33%37.65%-
XYZ6.195.6711.83-
YUV68.25143.66126.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=29.20%
G=28.32%
B=42.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6664960.310.3300.62243.752031.37
Hex4240601F2103Ef4141f
Octal10210014037410763642437
Binary100001010000001100000111111000010111110111101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424060; }

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

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

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

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

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

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

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

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