Shades of Corn Flower Blue #474465
Tints of Corn Flower Blue #474465
RGB
CMYK
RGB Variations
Color information
#474465 (or 0x474465) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 65. RGB value is (71,68,101). Sum of RGB (Red+Green+Blue) = 71+68+101=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #474465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474465 is #B8BB9A. Grayscale: #484848. Windows color (decimal): -12106651 or 6636615. OLE color: 6636615.
HSL color Cylindrical-coordinate representation of color #474465: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474465 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 68 | 101 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.60 |
| HSL | 245.45º | 0.2% | 0.33% | - |
| HSV(B) | 245.45º | 0.33% | 0.4% | - |
| XYZ | 7.01 | 6.41 | 13.18 | - |
| YUV | 72.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 101 | 0.30 | 0.33 | 0 | 0.60 | 245.45 | 0.2 | 0.33 |
| Hex | 47 | 44 | 65 | 1E | 21 | 0 | 3C | F5 | 14 | 21 |
| Octal | 107 | 104 | 145 | 36 | 41 | 0 | 74 | 365 | 24 | 41 |
| Binary | 1000111 | 1000100 | 1100101 | 11110 | 100001 | 0 | 111100 | 11110101 | 10100 | 100001 |
Color Harmonies of #474465
Complementary color
Monochromatic Colors of #474465
Black with #474465
Text Example
Text Example
White with #474465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474465; }
p { color: rgb(71,68,101); }
H1.HeaderClassName
{
color: #474465;
}
.AnyTagClassName
{
color: #474465;
}
</style>
background-color css
<style>
a { background-color: #474465; }
a { background-color: rgb(71,68,101); }
div.DivClassName
{
background-color: #474465;
}
.BgClassName
{
background-color: #474465;
}
</style>
border-color css
<style>
span { border-color: #474465; }
span { border-color: rgb(71,68,101); }
td.TdClassName
{
border-color: #474465;
}
.TagClassName
{
border-color: #474465;
}
</style>