Shades of Corn Flower Blue #454972
Tints of Corn Flower Blue #454972
RGB
CMYK
RGB Variations
Color information
#454972 (or 0x454972) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 72. RGB value is (69,73,114). Sum of RGB (Red+Green+Blue) = 69+73+114=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #454972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454972 is #BAB68D. Grayscale: #4C4C4C. Windows color (decimal): -12236430 or 7489861. OLE color: 7489861.
HSL color Cylindrical-coordinate representation of color #454972: hue angle of 234.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454972 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 73 | 114 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.55 |
| HSL | 234.67º | 0.25% | 0.36% | - |
| HSV(B) | 234.67º | 0.39% | 0.45% | - |
| XYZ | 7.87 | 7.25 | 16.9 | - |
| YUV | 76.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 114 | 0.39 | 0.36 | 0 | 0.55 | 234.67 | 0.25 | 0.36 |
| Hex | 45 | 49 | 72 | 27 | 24 | 0 | 37 | EB | 19 | 24 |
| Octal | 105 | 111 | 162 | 47 | 44 | 0 | 67 | 353 | 31 | 44 |
| Binary | 1000101 | 1001001 | 1110010 | 100111 | 100100 | 0 | 110111 | 11101011 | 11001 | 100100 |
Color Harmonies of #454972
Complementary color
Monochromatic Colors of #454972
Black with #454972
Text Example
Text Example
White with #454972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454972; }
p { color: rgb(69,73,114); }
H1.HeaderClassName
{
color: #454972;
}
.AnyTagClassName
{
color: #454972;
}
</style>
background-color css
<style>
a { background-color: #454972; }
a { background-color: rgb(69,73,114); }
div.DivClassName
{
background-color: #454972;
}
.BgClassName
{
background-color: #454972;
}
</style>
border-color css
<style>
span { border-color: #454972; }
span { border-color: rgb(69,73,114); }
td.TdClassName
{
border-color: #454972;
}
.TagClassName
{
border-color: #454972;
}
</style>