Shades of Corn Flower Blue #474565
Tints of Corn Flower Blue #474565
RGB
CMYK
RGB Variations
Color information
#474565 (or 0x474565) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 65. RGB value is (71,69,101). Sum of RGB (Red+Green+Blue) = 71+69+101=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #474565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474565 is #B8BA9A. Grayscale: #494949. Windows color (decimal): -12106395 or 6636871. OLE color: 6636871.
HSL color Cylindrical-coordinate representation of color #474565: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474565 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 69 | 101 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.60 |
| HSL | 243.75º | 0.19% | 0.33% | - |
| HSV(B) | 243.75º | 0.32% | 0.4% | - |
| XYZ | 7.08 | 6.54 | 13.2 | - |
| YUV | 73.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 101 | 0.30 | 0.32 | 0 | 0.60 | 243.75 | 0.19 | 0.33 |
| Hex | 47 | 45 | 65 | 1E | 20 | 0 | 3C | F4 | 13 | 21 |
| Octal | 107 | 105 | 145 | 36 | 40 | 0 | 74 | 364 | 23 | 41 |
| Binary | 1000111 | 1000101 | 1100101 | 11110 | 100000 | 0 | 111100 | 11110100 | 10011 | 100001 |
Color Harmonies of #474565
Complementary color
Monochromatic Colors of #474565
Black with #474565
Text Example
Text Example
White with #474565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474565; }
p { color: rgb(71,69,101); }
H1.HeaderClassName
{
color: #474565;
}
.AnyTagClassName
{
color: #474565;
}
</style>
background-color css
<style>
a { background-color: #474565; }
a { background-color: rgb(71,69,101); }
div.DivClassName
{
background-color: #474565;
}
.BgClassName
{
background-color: #474565;
}
</style>
border-color css
<style>
span { border-color: #474565; }
span { border-color: rgb(71,69,101); }
td.TdClassName
{
border-color: #474565;
}
.TagClassName
{
border-color: #474565;
}
</style>