Shades of Corn Flower Blue #424574
Tints of Corn Flower Blue #424574
RGB
CMYK
RGB Variations
Color information
#424574 (or 0x424574) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 74. RGB value is (66,69,116). Sum of RGB (Red+Green+Blue) = 66+69+116=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #424574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424574 is #BDBA8B. Grayscale: #494949. Windows color (decimal): -12434060 or 7619906. OLE color: 7619906.
HSL color Cylindrical-coordinate representation of color #424574: hue angle of 236.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424574 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 69 | 116 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.55 |
| HSL | 236.4º | 0.27% | 0.36% | - |
| HSV(B) | 236.4º | 0.43% | 0.45% | - |
| XYZ | 7.53 | 6.68 | 17.41 | - |
| YUV | 73.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 116 | 0.43 | 0.41 | 0 | 0.55 | 236.4 | 0.27 | 0.36 |
| Hex | 42 | 45 | 74 | 2B | 29 | 0 | 37 | EC | 1B | 24 |
| Octal | 102 | 105 | 164 | 53 | 51 | 0 | 67 | 354 | 33 | 44 |
| Binary | 1000010 | 1000101 | 1110100 | 101011 | 101001 | 0 | 110111 | 11101100 | 11011 | 100100 |
Color Harmonies of #424574
Complementary color
Monochromatic Colors of #424574
Black with #424574
Text Example
Text Example
White with #424574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424574; }
p { color: rgb(66,69,116); }
H1.HeaderClassName
{
color: #424574;
}
.AnyTagClassName
{
color: #424574;
}
</style>
background-color css
<style>
a { background-color: #424574; }
a { background-color: rgb(66,69,116); }
div.DivClassName
{
background-color: #424574;
}
.BgClassName
{
background-color: #424574;
}
</style>
border-color css
<style>
span { border-color: #424574; }
span { border-color: rgb(66,69,116); }
td.TdClassName
{
border-color: #424574;
}
.TagClassName
{
border-color: #424574;
}
</style>