Shades of Corn Flower Blue #454878
Tints of Corn Flower Blue #454878
RGB
CMYK
RGB Variations
Color information
#454878 (or 0x454878) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 78. RGB value is (69,72,120). Sum of RGB (Red+Green+Blue) = 69+72+120=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #454878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454878 is #BAB787. Grayscale: #4C4C4C. Windows color (decimal): -12236680 or 7882821. OLE color: 7882821.
HSL color Cylindrical-coordinate representation of color #454878: hue angle of 236.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454878 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 72 | 120 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.53 |
| HSL | 236.47º | 0.27% | 0.37% | - |
| HSV(B) | 236.47º | 0.43% | 0.47% | - |
| XYZ | 8.16 | 7.26 | 18.74 | - |
| YUV | 76.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 120 | 0.42 | 0.40 | 0 | 0.53 | 236.47 | 0.27 | 0.37 |
| Hex | 45 | 48 | 78 | 2A | 28 | 0 | 35 | EC | 1B | 25 |
| Octal | 105 | 110 | 170 | 52 | 50 | 0 | 65 | 354 | 33 | 45 |
| Binary | 1000101 | 1001000 | 1111000 | 101010 | 101000 | 0 | 110101 | 11101100 | 11011 | 100101 |
Color Harmonies of #454878
Complementary color
Monochromatic Colors of #454878
Black with #454878
Text Example
Text Example
White with #454878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454878; }
p { color: rgb(69,72,120); }
H1.HeaderClassName
{
color: #454878;
}
.AnyTagClassName
{
color: #454878;
}
</style>
background-color css
<style>
a { background-color: #454878; }
a { background-color: rgb(69,72,120); }
div.DivClassName
{
background-color: #454878;
}
.BgClassName
{
background-color: #454878;
}
</style>
border-color css
<style>
span { border-color: #454878; }
span { border-color: rgb(69,72,120); }
td.TdClassName
{
border-color: #454878;
}
.TagClassName
{
border-color: #454878;
}
</style>