Shades of Corn Flower Blue #454970
Tints of Corn Flower Blue #454970
RGB
CMYK
RGB Variations
Color information
#454970 (or 0x454970) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 70. RGB value is (69,73,112). Sum of RGB (Red+Green+Blue) = 69+73+112=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #454970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454970 is #BAB68F. Grayscale: #4C4C4C. Windows color (decimal): -12236432 or 7358789. OLE color: 7358789.
HSL color Cylindrical-coordinate representation of color #454970: hue angle of 234.42º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454970 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 73 | 112 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.56 |
| HSL | 234.42º | 0.24% | 0.35% | - |
| HSV(B) | 234.42º | 0.38% | 0.44% | - |
| XYZ | 7.76 | 7.2 | 16.31 | - |
| YUV | 76.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 112 | 0.38 | 0.35 | 0 | 0.56 | 234.42 | 0.24 | 0.35 |
| Hex | 45 | 49 | 70 | 26 | 23 | 0 | 38 | EA | 18 | 23 |
| Octal | 105 | 111 | 160 | 46 | 43 | 0 | 70 | 352 | 30 | 43 |
| Binary | 1000101 | 1001001 | 1110000 | 100110 | 100011 | 0 | 111000 | 11101010 | 11000 | 100011 |
Color Harmonies of #454970
Complementary color
Monochromatic Colors of #454970
Black with #454970
Text Example
Text Example
White with #454970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454970; }
p { color: rgb(69,73,112); }
H1.HeaderClassName
{
color: #454970;
}
.AnyTagClassName
{
color: #454970;
}
</style>
background-color css
<style>
a { background-color: #454970; }
a { background-color: rgb(69,73,112); }
div.DivClassName
{
background-color: #454970;
}
.BgClassName
{
background-color: #454970;
}
</style>
border-color css
<style>
span { border-color: #454970; }
span { border-color: rgb(69,73,112); }
td.TdClassName
{
border-color: #454970;
}
.TagClassName
{
border-color: #454970;
}
</style>