Shades of Corn Flower Blue #454566
Tints of Corn Flower Blue #454566
RGB
CMYK
RGB Variations
Color information
#454566 (or 0x454566) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 66. RGB value is (69,69,102). Sum of RGB (Red+Green+Blue) = 69+69+102=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #454566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454566 is #BABA99. Grayscale: #484848. Windows color (decimal): -12237466 or 6702405. OLE color: 6702405.
HSL color Cylindrical-coordinate representation of color #454566: hue angle of 240º 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 #454566 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 69 | 102 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.6 |
| HSL | 240º | 0.19% | 0.34% | - |
| HSV(B) | 240º | 0.32% | 0.4% | - |
| XYZ | 6.98 | 6.48 | 13.45 | - |
| YUV | 72.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 102 | 0.32 | 0.32 | 0 | 0.6 | 240 | 0.19 | 0.34 |
| Hex | 45 | 45 | 66 | 20 | 20 | 0 | 3C | F0 | 13 | 22 |
| Octal | 105 | 105 | 146 | 40 | 40 | 0 | 74 | 360 | 23 | 42 |
| Binary | 1000101 | 1000101 | 1100110 | 100000 | 100000 | 0 | 111100 | 11110000 | 10011 | 100010 |
Color Harmonies of #454566
Complementary color
Monochromatic Colors of #454566
Black with #454566
Text Example
Text Example
White with #454566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454566; }
p { color: rgb(69,69,102); }
H1.HeaderClassName
{
color: #454566;
}
.AnyTagClassName
{
color: #454566;
}
</style>
background-color css
<style>
a { background-color: #454566; }
a { background-color: rgb(69,69,102); }
div.DivClassName
{
background-color: #454566;
}
.BgClassName
{
background-color: #454566;
}
</style>
border-color css
<style>
span { border-color: #454566; }
span { border-color: rgb(69,69,102); }
td.TdClassName
{
border-color: #454566;
}
.TagClassName
{
border-color: #454566;
}
</style>