Shades of Corn Flower Blue #454872
Tints of Corn Flower Blue #454872
RGB
CMYK
RGB Variations
Color information
#454872 (or 0x454872) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 72. RGB value is (69,72,114). Sum of RGB (Red+Green+Blue) = 69+72+114=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #454872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454872 is #BAB78D. Grayscale: #4B4B4B. Windows color (decimal): -12236686 or 7489605. OLE color: 7489605.
HSL color Cylindrical-coordinate representation of color #454872: hue angle of 236º 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 #454872 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 72 | 114 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.55 |
| HSL | 236º | 0.25% | 0.36% | - |
| HSV(B) | 236º | 0.39% | 0.45% | - |
| XYZ | 7.81 | 7.11 | 16.88 | - |
| YUV | 75.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 114 | 0.39 | 0.37 | 0 | 0.55 | 236 | 0.25 | 0.36 |
| Hex | 45 | 48 | 72 | 27 | 25 | 0 | 37 | EC | 19 | 24 |
| Octal | 105 | 110 | 162 | 47 | 45 | 0 | 67 | 354 | 31 | 44 |
| Binary | 1000101 | 1001000 | 1110010 | 100111 | 100101 | 0 | 110111 | 11101100 | 11001 | 100100 |
Color Harmonies of #454872
Complementary color
Monochromatic Colors of #454872
Black with #454872
Text Example
Text Example
White with #454872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454872; }
p { color: rgb(69,72,114); }
H1.HeaderClassName
{
color: #454872;
}
.AnyTagClassName
{
color: #454872;
}
</style>
background-color css
<style>
a { background-color: #454872; }
a { background-color: rgb(69,72,114); }
div.DivClassName
{
background-color: #454872;
}
.BgClassName
{
background-color: #454872;
}
</style>
border-color css
<style>
span { border-color: #454872; }
span { border-color: rgb(69,72,114); }
td.TdClassName
{
border-color: #454872;
}
.TagClassName
{
border-color: #454872;
}
</style>