Shades of Corn Flower Blue #454576
Tints of Corn Flower Blue #454576
RGB
CMYK
RGB Variations
Color information
#454576 (or 0x454576) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 76. RGB value is (69,69,118). Sum of RGB (Red+Green+Blue) = 69+69+118=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #454576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454576 is #BABA89. Grayscale: #4A4A4A. Windows color (decimal): -12237450 or 7750981. OLE color: 7750981.
HSL color Cylindrical-coordinate representation of color #454576: hue angle of 240º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454576 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 69 | 118 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.54 |
| HSL | 240º | 0.26% | 0.37% | - |
| HSV(B) | 240º | 0.42% | 0.46% | - |
| XYZ | 7.85 | 6.83 | 18.04 | - |
| YUV | 74.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 118 | 0.42 | 0.42 | 0 | 0.54 | 240 | 0.26 | 0.37 |
| Hex | 45 | 45 | 76 | 2A | 2A | 0 | 36 | F0 | 1A | 25 |
| Octal | 105 | 105 | 166 | 52 | 52 | 0 | 66 | 360 | 32 | 45 |
| Binary | 1000101 | 1000101 | 1110110 | 101010 | 101010 | 0 | 110110 | 11110000 | 11010 | 100101 |
Color Harmonies of #454576
Complementary color
Monochromatic Colors of #454576
Black with #454576
Text Example
Text Example
White with #454576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454576; }
p { color: rgb(69,69,118); }
H1.HeaderClassName
{
color: #454576;
}
.AnyTagClassName
{
color: #454576;
}
</style>
background-color css
<style>
a { background-color: #454576; }
a { background-color: rgb(69,69,118); }
div.DivClassName
{
background-color: #454576;
}
.BgClassName
{
background-color: #454576;
}
</style>
border-color css
<style>
span { border-color: #454576; }
span { border-color: rgb(69,69,118); }
td.TdClassName
{
border-color: #454576;
}
.TagClassName
{
border-color: #454576;
}
</style>