Shades of Corn Flower Blue #454973
Tints of Corn Flower Blue #454973
RGB
CMYK
RGB Variations
Color information
#454973 (or 0x454973) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 73. RGB value is (69,73,115). Sum of RGB (Red+Green+Blue) = 69+73+115=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #454973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454973 is #BAB68C. Grayscale: #4C4C4C. Windows color (decimal): -12236429 or 7555397. OLE color: 7555397.
HSL color Cylindrical-coordinate representation of color #454973: hue angle of 234.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454973 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 73 | 115 | - |
| CMYK | 0.4 | 0.37 | 0 | 0.55 |
| HSL | 234.78º | 0.25% | 0.36% | - |
| HSV(B) | 234.78º | 0.4% | 0.45% | - |
| XYZ | 7.93 | 7.27 | 17.2 | - |
| YUV | 76.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 115 | 0.4 | 0.37 | 0 | 0.55 | 234.78 | 0.25 | 0.36 |
| Hex | 45 | 49 | 73 | 28 | 25 | 0 | 37 | EB | 19 | 24 |
| Octal | 105 | 111 | 163 | 50 | 45 | 0 | 67 | 353 | 31 | 44 |
| Binary | 1000101 | 1001001 | 1110011 | 101000 | 100101 | 0 | 110111 | 11101011 | 11001 | 100100 |
Color Harmonies of #454973
Complementary color
Monochromatic Colors of #454973
Black with #454973
Text Example
Text Example
White with #454973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454973; }
p { color: rgb(69,73,115); }
H1.HeaderClassName
{
color: #454973;
}
.AnyTagClassName
{
color: #454973;
}
</style>
background-color css
<style>
a { background-color: #454973; }
a { background-color: rgb(69,73,115); }
div.DivClassName
{
background-color: #454973;
}
.BgClassName
{
background-color: #454973;
}
</style>
border-color css
<style>
span { border-color: #454973; }
span { border-color: rgb(69,73,115); }
td.TdClassName
{
border-color: #454973;
}
.TagClassName
{
border-color: #454973;
}
</style>