Shades of Corn Flower Blue #424576
Tints of Corn Flower Blue #424576
RGB
CMYK
RGB Variations
Color information
#424576 (or 0x424576) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 76. RGB value is (66,69,118). Sum of RGB (Red+Green+Blue) = 66+69+118=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #424576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424576 is #BDBA89. Grayscale: #494949. Windows color (decimal): -12434058 or 7750978. OLE color: 7750978.
HSL color Cylindrical-coordinate representation of color #424576: hue angle of 236.54º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424576 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 69 | 118 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.54 |
| HSL | 236.54º | 0.28% | 0.36% | - |
| HSV(B) | 236.54º | 0.44% | 0.46% | - |
| XYZ | 7.64 | 6.72 | 18.03 | - |
| YUV | 73.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 118 | 0.44 | 0.42 | 0 | 0.54 | 236.54 | 0.28 | 0.36 |
| Hex | 42 | 45 | 76 | 2C | 2A | 0 | 36 | ED | 1C | 24 |
| Octal | 102 | 105 | 166 | 54 | 52 | 0 | 66 | 355 | 34 | 44 |
| Binary | 1000010 | 1000101 | 1110110 | 101100 | 101010 | 0 | 110110 | 11101101 | 11100 | 100100 |
Color Harmonies of #424576
Complementary color
Monochromatic Colors of #424576
Black with #424576
Text Example
Text Example
White with #424576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424576; }
p { color: rgb(66,69,118); }
H1.HeaderClassName
{
color: #424576;
}
.AnyTagClassName
{
color: #424576;
}
</style>
background-color css
<style>
a { background-color: #424576; }
a { background-color: rgb(66,69,118); }
div.DivClassName
{
background-color: #424576;
}
.BgClassName
{
background-color: #424576;
}
</style>
border-color css
<style>
span { border-color: #424576; }
span { border-color: rgb(66,69,118); }
td.TdClassName
{
border-color: #424576;
}
.TagClassName
{
border-color: #424576;
}
</style>