Shades of Corn Flower Blue #454479
Tints of Corn Flower Blue #454479
RGB
CMYK
RGB Variations
Color information
#454479 (or 0x454479) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 79. RGB value is (69,68,121). Sum of RGB (Red+Green+Blue) = 69+68+121=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #454479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454479 is #BABB86. Grayscale: #4A4A4A. Windows color (decimal): -12237703 or 7947333. OLE color: 7947333.
HSL color Cylindrical-coordinate representation of color #454479: hue angle of 241.13º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #454479 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 68 | 121 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.53 |
| HSL | 241.13º | 0.28% | 0.37% | - |
| HSV(B) | 241.13º | 0.44% | 0.47% | - |
| XYZ | 7.97 | 6.78 | 18.98 | - |
| YUV | 74.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 121 | 0.43 | 0.44 | 0 | 0.53 | 241.13 | 0.28 | 0.37 |
| Hex | 45 | 44 | 79 | 2B | 2C | 0 | 35 | F1 | 1C | 25 |
| Octal | 105 | 104 | 171 | 53 | 54 | 0 | 65 | 361 | 34 | 45 |
| Binary | 1000101 | 1000100 | 1111001 | 101011 | 101100 | 0 | 110101 | 11110001 | 11100 | 100101 |
Color Harmonies of #454479
Complementary color
Monochromatic Colors of #454479
Black with #454479
Text Example
Text Example
White with #454479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454479; }
p { color: rgb(69,68,121); }
H1.HeaderClassName
{
color: #454479;
}
.AnyTagClassName
{
color: #454479;
}
</style>
background-color css
<style>
a { background-color: #454479; }
a { background-color: rgb(69,68,121); }
div.DivClassName
{
background-color: #454479;
}
.BgClassName
{
background-color: #454479;
}
</style>
border-color css
<style>
span { border-color: #454479; }
span { border-color: rgb(69,68,121); }
td.TdClassName
{
border-color: #454479;
}
.TagClassName
{
border-color: #454479;
}
</style>