Shades of Corn Flower Blue #474663
Tints of Corn Flower Blue #474663
RGB
CMYK
RGB Variations
Color information
#474663 (or 0x474663) is known color: Corn Flower Blue. HEX triplet: 47, 46 and 63. RGB value is (71,70,99). Sum of RGB (Red+Green+Blue) = 71+70+99=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #474663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474663 is #B8B99C. Grayscale: #494949. Windows color (decimal): -12106141 or 6506055. OLE color: 6506055.
HSL color Cylindrical-coordinate representation of color #474663: hue angle of 242.07º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474663 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 70 | 99 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.61 |
| HSL | 242.07º | 0.17% | 0.33% | - |
| HSV(B) | 242.07º | 0.29% | 0.39% | - |
| XYZ | 7.04 | 6.62 | 12.71 | - |
| YUV | 73.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 99 | 0.28 | 0.29 | 0 | 0.61 | 242.07 | 0.17 | 0.33 |
| Hex | 47 | 46 | 63 | 1C | 1D | 0 | 3D | F2 | 11 | 21 |
| Octal | 107 | 106 | 143 | 34 | 35 | 0 | 75 | 362 | 21 | 41 |
| Binary | 1000111 | 1000110 | 1100011 | 11100 | 11101 | 0 | 111101 | 11110010 | 10001 | 100001 |
Color Harmonies of #474663
Complementary color
Monochromatic Colors of #474663
Black with #474663
Text Example
Text Example
White with #474663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474663; }
p { color: rgb(71,70,99); }
H1.HeaderClassName
{
color: #474663;
}
.AnyTagClassName
{
color: #474663;
}
</style>
background-color css
<style>
a { background-color: #474663; }
a { background-color: rgb(71,70,99); }
div.DivClassName
{
background-color: #474663;
}
.BgClassName
{
background-color: #474663;
}
</style>
border-color css
<style>
span { border-color: #474663; }
span { border-color: rgb(71,70,99); }
td.TdClassName
{
border-color: #474663;
}
.TagClassName
{
border-color: #474663;
}
</style>