Shades of Corn Flower Blue #454076
Tints of Corn Flower Blue #454076
RGB
CMYK
RGB Variations
Color information
#454076 (or 0x454076) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 76. RGB value is (69,64,118). Sum of RGB (Red+Green+Blue) = 69+64+118=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #454076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454076 is #BABF89. Grayscale: #474747. Windows color (decimal): -12238730 or 7749701. OLE color: 7749701.
HSL color Cylindrical-coordinate representation of color #454076: hue angle of 245.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454076 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 64 | 118 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.54 |
| HSL | 245.56º | 0.3% | 0.36% | - |
| HSV(B) | 245.56º | 0.46% | 0.46% | - |
| XYZ | 7.56 | 6.24 | 17.95 | - |
| YUV | 71.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 118 | 0.42 | 0.46 | 0 | 0.54 | 245.56 | 0.3 | 0.36 |
| Hex | 45 | 40 | 76 | 2A | 2E | 0 | 36 | F6 | 1E | 24 |
| Octal | 105 | 100 | 166 | 52 | 56 | 0 | 66 | 366 | 36 | 44 |
| Binary | 1000101 | 1000000 | 1110110 | 101010 | 101110 | 0 | 110110 | 11110110 | 11110 | 100100 |
Color Harmonies of #454076
Complementary color
Monochromatic Colors of #454076
Black with #454076
Text Example
Text Example
White with #454076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454076; }
p { color: rgb(69,64,118); }
H1.HeaderClassName
{
color: #454076;
}
.AnyTagClassName
{
color: #454076;
}
</style>
background-color css
<style>
a { background-color: #454076; }
a { background-color: rgb(69,64,118); }
div.DivClassName
{
background-color: #454076;
}
.BgClassName
{
background-color: #454076;
}
</style>
border-color css
<style>
span { border-color: #454076; }
span { border-color: rgb(69,64,118); }
td.TdClassName
{
border-color: #454076;
}
.TagClassName
{
border-color: #454076;
}
</style>