Shades of Corn Flower Blue #474C79
Tints of Corn Flower Blue #474C79
RGB
CMYK
RGB Variations
Color information
#474C79 (or 0x474C79) is known color: Corn Flower Blue. HEX triplet: 47, 4C and 79. RGB value is (71,76,121). Sum of RGB (Red+Green+Blue) = 71+76+121=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #474C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C79 is #B8B386. Grayscale: #4F4F4F. Windows color (decimal): -12104583 or 7949383. OLE color: 7949383.
HSL color Cylindrical-coordinate representation of color #474C79: hue angle of 234º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474C79 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 76 | 121 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.53 |
| HSL | 234º | 0.26% | 0.38% | - |
| HSV(B) | 234º | 0.41% | 0.47% | - |
| XYZ | 8.63 | 7.89 | 19.16 | - |
| YUV | 79.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 121 | 0.41 | 0.37 | 0 | 0.53 | 234 | 0.26 | 0.38 |
| Hex | 47 | 4C | 79 | 29 | 25 | 0 | 35 | EA | 1A | 26 |
| Octal | 107 | 114 | 171 | 51 | 45 | 0 | 65 | 352 | 32 | 46 |
| Binary | 1000111 | 1001100 | 1111001 | 101001 | 100101 | 0 | 110101 | 11101010 | 11010 | 100110 |
Color Harmonies of #474C79
Complementary color
Monochromatic Colors of #474C79
Black with #474C79
Text Example
Text Example
White with #474C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C79; }
p { color: rgb(71,76,121); }
H1.HeaderClassName
{
color: #474C79;
}
.AnyTagClassName
{
color: #474C79;
}
</style>
background-color css
<style>
a { background-color: #474C79; }
a { background-color: rgb(71,76,121); }
div.DivClassName
{
background-color: #474C79;
}
.BgClassName
{
background-color: #474C79;
}
</style>
border-color css
<style>
span { border-color: #474C79; }
span { border-color: rgb(71,76,121); }
td.TdClassName
{
border-color: #474C79;
}
.TagClassName
{
border-color: #474C79;
}
</style>