Shades of Corn Flower Blue #474C73
Tints of Corn Flower Blue #474C73
RGB
CMYK
RGB Variations
Color information
#474C73 (or 0x474C73) is known color: Corn Flower Blue. HEX triplet: 47, 4C and 73. RGB value is (71,76,115). Sum of RGB (Red+Green+Blue) = 71+76+115=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #474C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C73 is #B8B38C. Grayscale: #4E4E4E. Windows color (decimal): -12104589 or 7556167. OLE color: 7556167.
HSL color Cylindrical-coordinate representation of color #474C73: hue angle of 233.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474C73 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 76 | 115 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.55 |
| HSL | 233.18º | 0.24% | 0.36% | - |
| HSV(B) | 233.18º | 0.38% | 0.45% | - |
| XYZ | 8.28 | 7.75 | 17.28 | - |
| YUV | 78.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 115 | 0.38 | 0.34 | 0 | 0.55 | 233.18 | 0.24 | 0.36 |
| Hex | 47 | 4C | 73 | 26 | 22 | 0 | 37 | E9 | 18 | 24 |
| Octal | 107 | 114 | 163 | 46 | 42 | 0 | 67 | 351 | 30 | 44 |
| Binary | 1000111 | 1001100 | 1110011 | 100110 | 100010 | 0 | 110111 | 11101001 | 11000 | 100100 |
Color Harmonies of #474C73
Complementary color
Monochromatic Colors of #474C73
Black with #474C73
Text Example
Text Example
White with #474C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C73; }
p { color: rgb(71,76,115); }
H1.HeaderClassName
{
color: #474C73;
}
.AnyTagClassName
{
color: #474C73;
}
</style>
background-color css
<style>
a { background-color: #474C73; }
a { background-color: rgb(71,76,115); }
div.DivClassName
{
background-color: #474C73;
}
.BgClassName
{
background-color: #474C73;
}
</style>
border-color css
<style>
span { border-color: #474C73; }
span { border-color: rgb(71,76,115); }
td.TdClassName
{
border-color: #474C73;
}
.TagClassName
{
border-color: #474C73;
}
</style>