Shades of Corn Flower Blue #424771
Tints of Corn Flower Blue #424771
RGB
CMYK
RGB Variations
Color information
#424771 (or 0x424771) is known color: Corn Flower Blue. HEX triplet: 42, 47 and 71. RGB value is (66,71,113). Sum of RGB (Red+Green+Blue) = 66+71+113=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #424771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424771 is #BDB88E. Grayscale: #4A4A4A. Windows color (decimal): -12433551 or 7423810. OLE color: 7423810.
HSL color Cylindrical-coordinate representation of color #424771: hue angle of 233.62º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424771 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 71 | 113 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.56 |
| HSL | 233.62º | 0.26% | 0.35% | - |
| HSV(B) | 233.62º | 0.42% | 0.44% | - |
| XYZ | 7.48 | 6.86 | 16.55 | - |
| YUV | 74.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 113 | 0.42 | 0.37 | 0 | 0.56 | 233.62 | 0.26 | 0.35 |
| Hex | 42 | 47 | 71 | 2A | 25 | 0 | 38 | EA | 1A | 23 |
| Octal | 102 | 107 | 161 | 52 | 45 | 0 | 70 | 352 | 32 | 43 |
| Binary | 1000010 | 1000111 | 1110001 | 101010 | 100101 | 0 | 111000 | 11101010 | 11010 | 100011 |
Color Harmonies of #424771
Complementary color
Monochromatic Colors of #424771
Black with #424771
Text Example
Text Example
White with #424771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424771; }
p { color: rgb(66,71,113); }
H1.HeaderClassName
{
color: #424771;
}
.AnyTagClassName
{
color: #424771;
}
</style>
background-color css
<style>
a { background-color: #424771; }
a { background-color: rgb(66,71,113); }
div.DivClassName
{
background-color: #424771;
}
.BgClassName
{
background-color: #424771;
}
</style>
border-color css
<style>
span { border-color: #424771; }
span { border-color: rgb(66,71,113); }
td.TdClassName
{
border-color: #424771;
}
.TagClassName
{
border-color: #424771;
}
</style>