Shades of Corn Flower Blue #454866
Tints of Corn Flower Blue #454866
RGB
CMYK
RGB Variations
Color information
#454866 (or 0x454866) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 66. RGB value is (69,72,102). Sum of RGB (Red+Green+Blue) = 69+72+102=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #454866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454866 is #BAB799. Grayscale: #4A4A4A. Windows color (decimal): -12236698 or 6703173. OLE color: 6703173.
HSL color Cylindrical-coordinate representation of color #454866: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454866 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 72 | 102 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.6 |
| HSL | 234.55º | 0.19% | 0.34% | - |
| HSV(B) | 234.55º | 0.32% | 0.4% | - |
| XYZ | 7.17 | 6.86 | 13.52 | - |
| YUV | 74.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 102 | 0.32 | 0.29 | 0 | 0.6 | 234.55 | 0.19 | 0.34 |
| Hex | 45 | 48 | 66 | 20 | 1D | 0 | 3C | EB | 13 | 22 |
| Octal | 105 | 110 | 146 | 40 | 35 | 0 | 74 | 353 | 23 | 42 |
| Binary | 1000101 | 1001000 | 1100110 | 100000 | 11101 | 0 | 111100 | 11101011 | 10011 | 100010 |
Color Harmonies of #454866
Complementary color
Monochromatic Colors of #454866
Black with #454866
Text Example
Text Example
White with #454866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454866; }
p { color: rgb(69,72,102); }
H1.HeaderClassName
{
color: #454866;
}
.AnyTagClassName
{
color: #454866;
}
</style>
background-color css
<style>
a { background-color: #454866; }
a { background-color: rgb(69,72,102); }
div.DivClassName
{
background-color: #454866;
}
.BgClassName
{
background-color: #454866;
}
</style>
border-color css
<style>
span { border-color: #454866; }
span { border-color: rgb(69,72,102); }
td.TdClassName
{
border-color: #454866;
}
.TagClassName
{
border-color: #454866;
}
</style>