Shades of Corn Flower Blue #454977
Tints of Corn Flower Blue #454977
RGB
CMYK
RGB Variations
Color information
#454977 (or 0x454977) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 77. RGB value is (69,73,119). Sum of RGB (Red+Green+Blue) = 69+73+119=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #454977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454977 is #BAB688. Grayscale: #4C4C4C. Windows color (decimal): -12236425 or 7817541. OLE color: 7817541.
HSL color Cylindrical-coordinate representation of color #454977: hue angle of 235.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454977 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 73 | 119 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.53 |
| HSL | 235.2º | 0.27% | 0.37% | - |
| HSV(B) | 235.2º | 0.42% | 0.47% | - |
| XYZ | 8.17 | 7.36 | 18.44 | - |
| YUV | 77.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 119 | 0.42 | 0.39 | 0 | 0.53 | 235.2 | 0.27 | 0.37 |
| Hex | 45 | 49 | 77 | 2A | 27 | 0 | 35 | EB | 1B | 25 |
| Octal | 105 | 111 | 167 | 52 | 47 | 0 | 65 | 353 | 33 | 45 |
| Binary | 1000101 | 1001001 | 1110111 | 101010 | 100111 | 0 | 110101 | 11101011 | 11011 | 100101 |
Color Harmonies of #454977
Complementary color
Monochromatic Colors of #454977
Black with #454977
Text Example
Text Example
White with #454977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454977; }
p { color: rgb(69,73,119); }
H1.HeaderClassName
{
color: #454977;
}
.AnyTagClassName
{
color: #454977;
}
</style>
background-color css
<style>
a { background-color: #454977; }
a { background-color: rgb(69,73,119); }
div.DivClassName
{
background-color: #454977;
}
.BgClassName
{
background-color: #454977;
}
</style>
border-color css
<style>
span { border-color: #454977; }
span { border-color: rgb(69,73,119); }
td.TdClassName
{
border-color: #454977;
}
.TagClassName
{
border-color: #454977;
}
</style>