Shades of Corn Flower Blue #474963
Tints of Corn Flower Blue #474963
RGB
CMYK
RGB Variations
Color information
#474963 (or 0x474963) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 63. RGB value is (71,73,99). Sum of RGB (Red+Green+Blue) = 71+73+99=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #474963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474963 is #B8B69C. Grayscale: #4B4B4B. Windows color (decimal): -12105373 or 6506823. OLE color: 6506823.
HSL color Cylindrical-coordinate representation of color #474963: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474963 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 73 | 99 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.61 |
| HSL | 235.71º | 0.16% | 0.33% | - |
| HSV(B) | 235.71º | 0.28% | 0.39% | - |
| XYZ | 7.23 | 7.01 | 12.78 | - |
| YUV | 75.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 99 | 0.28 | 0.26 | 0 | 0.61 | 235.71 | 0.16 | 0.33 |
| Hex | 47 | 49 | 63 | 1C | 1A | 0 | 3D | EC | 10 | 21 |
| Octal | 107 | 111 | 143 | 34 | 32 | 0 | 75 | 354 | 20 | 41 |
| Binary | 1000111 | 1001001 | 1100011 | 11100 | 11010 | 0 | 111101 | 11101100 | 10000 | 100001 |
Color Harmonies of #474963
Complementary color
Monochromatic Colors of #474963
Black with #474963
Text Example
Text Example
White with #474963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474963; }
p { color: rgb(71,73,99); }
H1.HeaderClassName
{
color: #474963;
}
.AnyTagClassName
{
color: #474963;
}
</style>
background-color css
<style>
a { background-color: #474963; }
a { background-color: rgb(71,73,99); }
div.DivClassName
{
background-color: #474963;
}
.BgClassName
{
background-color: #474963;
}
</style>
border-color css
<style>
span { border-color: #474963; }
span { border-color: rgb(71,73,99); }
td.TdClassName
{
border-color: #474963;
}
.TagClassName
{
border-color: #474963;
}
</style>