Shades of Corn Flower Blue #474569
Tints of Corn Flower Blue #474569
RGB
CMYK
RGB Variations
Color information
#474569 (or 0x474569) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 69. RGB value is (71,69,105). Sum of RGB (Red+Green+Blue) = 71+69+105=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #474569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474569 is #B8BA96. Grayscale: #494949. Windows color (decimal): -12106391 or 6899015. OLE color: 6899015.
HSL color Cylindrical-coordinate representation of color #474569: hue angle of 243.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474569 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 69 | 105 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.59 |
| HSL | 243.33º | 0.21% | 0.34% | - |
| HSV(B) | 243.33º | 0.34% | 0.41% | - |
| XYZ | 7.28 | 6.62 | 14.26 | - |
| YUV | 73.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 105 | 0.32 | 0.34 | 0 | 0.59 | 243.33 | 0.21 | 0.34 |
| Hex | 47 | 45 | 69 | 20 | 22 | 0 | 3B | F3 | 15 | 22 |
| Octal | 107 | 105 | 151 | 40 | 42 | 0 | 73 | 363 | 25 | 42 |
| Binary | 1000111 | 1000101 | 1101001 | 100000 | 100010 | 0 | 111011 | 11110011 | 10101 | 100010 |
Color Harmonies of #474569
Complementary color
Monochromatic Colors of #474569
Black with #474569
Text Example
Text Example
White with #474569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474569; }
p { color: rgb(71,69,105); }
H1.HeaderClassName
{
color: #474569;
}
.AnyTagClassName
{
color: #474569;
}
</style>
background-color css
<style>
a { background-color: #474569; }
a { background-color: rgb(71,69,105); }
div.DivClassName
{
background-color: #474569;
}
.BgClassName
{
background-color: #474569;
}
</style>
border-color css
<style>
span { border-color: #474569; }
span { border-color: rgb(71,69,105); }
td.TdClassName
{
border-color: #474569;
}
.TagClassName
{
border-color: #474569;
}
</style>