Shades of Corn Flower Blue #454976
Tints of Corn Flower Blue #454976
RGB
CMYK
RGB Variations
Color information
#454976 (or 0x454976) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 76. RGB value is (69,73,118). Sum of RGB (Red+Green+Blue) = 69+73+118=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #454976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454976 is #BAB689. Grayscale: #4C4C4C. Windows color (decimal): -12236426 or 7752005. OLE color: 7752005.
HSL color Cylindrical-coordinate representation of color #454976: hue angle of 235.1º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454976 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 73 | 118 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.54 |
| HSL | 235.1º | 0.26% | 0.37% | - |
| HSV(B) | 235.1º | 0.42% | 0.46% | - |
| XYZ | 8.11 | 7.34 | 18.13 | - |
| YUV | 76.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 118 | 0.42 | 0.38 | 0 | 0.54 | 235.1 | 0.26 | 0.37 |
| Hex | 45 | 49 | 76 | 2A | 26 | 0 | 36 | EB | 1A | 25 |
| Octal | 105 | 111 | 166 | 52 | 46 | 0 | 66 | 353 | 32 | 45 |
| Binary | 1000101 | 1001001 | 1110110 | 101010 | 100110 | 0 | 110110 | 11101011 | 11010 | 100101 |
Color Harmonies of #454976
Complementary color
Monochromatic Colors of #454976
Black with #454976
Text Example
Text Example
White with #454976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454976; }
p { color: rgb(69,73,118); }
H1.HeaderClassName
{
color: #454976;
}
.AnyTagClassName
{
color: #454976;
}
</style>
background-color css
<style>
a { background-color: #454976; }
a { background-color: rgb(69,73,118); }
div.DivClassName
{
background-color: #454976;
}
.BgClassName
{
background-color: #454976;
}
</style>
border-color css
<style>
span { border-color: #454976; }
span { border-color: rgb(69,73,118); }
td.TdClassName
{
border-color: #454976;
}
.TagClassName
{
border-color: #454976;
}
</style>