Shades of Corn Flower Blue #474A66
Tints of Corn Flower Blue #474A66
RGB
CMYK
RGB Variations
Color information
#474A66 (or 0x474A66) is known color: Corn Flower Blue. HEX triplet: 47, 4A and 66. RGB value is (71,74,102). Sum of RGB (Red+Green+Blue) = 71+74+102=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #474A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A66 is #B8B599. Grayscale: #4C4C4C. Windows color (decimal): -12105114 or 6703687. OLE color: 6703687.
HSL color Cylindrical-coordinate representation of color #474A66: hue angle of 234.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474A66 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 74 | 102 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.6 |
| HSL | 234.19º | 0.18% | 0.34% | - |
| HSV(B) | 234.19º | 0.3% | 0.4% | - |
| XYZ | 7.45 | 7.2 | 13.57 | - |
| YUV | 76.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 102 | 0.30 | 0.27 | 0 | 0.6 | 234.19 | 0.18 | 0.34 |
| Hex | 47 | 4A | 66 | 1E | 1B | 0 | 3C | EA | 12 | 22 |
| Octal | 107 | 112 | 146 | 36 | 33 | 0 | 74 | 352 | 22 | 42 |
| Binary | 1000111 | 1001010 | 1100110 | 11110 | 11011 | 0 | 111100 | 11101010 | 10010 | 100010 |
Color Harmonies of #474A66
Complementary color
Monochromatic Colors of #474A66
Black with #474A66
Text Example
Text Example
White with #474A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A66; }
p { color: rgb(71,74,102); }
H1.HeaderClassName
{
color: #474A66;
}
.AnyTagClassName
{
color: #474A66;
}
</style>
background-color css
<style>
a { background-color: #474A66; }
a { background-color: rgb(71,74,102); }
div.DivClassName
{
background-color: #474A66;
}
.BgClassName
{
background-color: #474A66;
}
</style>
border-color css
<style>
span { border-color: #474A66; }
span { border-color: rgb(71,74,102); }
td.TdClassName
{
border-color: #474A66;
}
.TagClassName
{
border-color: #474A66;
}
</style>