Shades of Corn Flower Blue #454971
Tints of Corn Flower Blue #454971
RGB
CMYK
RGB Variations
Color information
#454971 (or 0x454971) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 71. RGB value is (69,73,113). Sum of RGB (Red+Green+Blue) = 69+73+113=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #454971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454971 is #BAB68E. Grayscale: #4C4C4C. Windows color (decimal): -12236431 or 7424325. OLE color: 7424325.
HSL color Cylindrical-coordinate representation of color #454971: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454971 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 73 | 113 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.56 |
| HSL | 234.55º | 0.24% | 0.36% | - |
| HSV(B) | 234.55º | 0.39% | 0.44% | - |
| XYZ | 7.82 | 7.22 | 16.6 | - |
| YUV | 76.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 113 | 0.39 | 0.35 | 0 | 0.56 | 234.55 | 0.24 | 0.36 |
| Hex | 45 | 49 | 71 | 27 | 23 | 0 | 38 | EB | 18 | 24 |
| Octal | 105 | 111 | 161 | 47 | 43 | 0 | 70 | 353 | 30 | 44 |
| Binary | 1000101 | 1001001 | 1110001 | 100111 | 100011 | 0 | 111000 | 11101011 | 11000 | 100100 |
Color Harmonies of #454971
Complementary color
Monochromatic Colors of #454971
Black with #454971
Text Example
Text Example
White with #454971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454971; }
p { color: rgb(69,73,113); }
H1.HeaderClassName
{
color: #454971;
}
.AnyTagClassName
{
color: #454971;
}
</style>
background-color css
<style>
a { background-color: #454971; }
a { background-color: rgb(69,73,113); }
div.DivClassName
{
background-color: #454971;
}
.BgClassName
{
background-color: #454971;
}
</style>
border-color css
<style>
span { border-color: #454971; }
span { border-color: rgb(69,73,113); }
td.TdClassName
{
border-color: #454971;
}
.TagClassName
{
border-color: #454971;
}
</style>