Shades of Corn Flower Blue #454771
Tints of Corn Flower Blue #454771
RGB
CMYK
RGB Variations
Color information
#454771 (or 0x454771) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 71. RGB value is (69,71,113). Sum of RGB (Red+Green+Blue) = 69+71+113=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #454771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454771 is #BAB88E. Grayscale: #4B4B4B. Windows color (decimal): -12236943 or 7423813. OLE color: 7423813.
HSL color Cylindrical-coordinate representation of color #454771: hue angle of 237.27º 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 #454771 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 71 | 113 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.56 |
| HSL | 237.27º | 0.24% | 0.36% | - |
| HSV(B) | 237.27º | 0.39% | 0.44% | - |
| XYZ | 7.69 | 6.96 | 16.56 | - |
| YUV | 75.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 113 | 0.39 | 0.37 | 0 | 0.56 | 237.27 | 0.24 | 0.36 |
| Hex | 45 | 47 | 71 | 27 | 25 | 0 | 38 | ED | 18 | 24 |
| Octal | 105 | 107 | 161 | 47 | 45 | 0 | 70 | 355 | 30 | 44 |
| Binary | 1000101 | 1000111 | 1110001 | 100111 | 100101 | 0 | 111000 | 11101101 | 11000 | 100100 |
Color Harmonies of #454771
Complementary color
Monochromatic Colors of #454771
Black with #454771
Text Example
Text Example
White with #454771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454771; }
p { color: rgb(69,71,113); }
H1.HeaderClassName
{
color: #454771;
}
.AnyTagClassName
{
color: #454771;
}
</style>
background-color css
<style>
a { background-color: #454771; }
a { background-color: rgb(69,71,113); }
div.DivClassName
{
background-color: #454771;
}
.BgClassName
{
background-color: #454771;
}
</style>
border-color css
<style>
span { border-color: #454771; }
span { border-color: rgb(69,71,113); }
td.TdClassName
{
border-color: #454771;
}
.TagClassName
{
border-color: #454771;
}
</style>