Shades of Corn Flower Blue #454A78
Tints of Corn Flower Blue #454A78
RGB
CMYK
RGB Variations
Color information
#454A78 (or 0x454A78) is known color: Corn Flower Blue. HEX triplet: 45, 4A and 78. RGB value is (69,74,120). Sum of RGB (Red+Green+Blue) = 69+74+120=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #454A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A78 is #BAB587. Grayscale: #4D4D4D. Windows color (decimal): -12236168 or 7883333. OLE color: 7883333.
HSL color Cylindrical-coordinate representation of color #454A78: hue angle of 234.12º 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 #454A78 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 74 | 120 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.53 |
| HSL | 234.12º | 0.27% | 0.37% | - |
| HSV(B) | 234.12º | 0.43% | 0.47% | - |
| XYZ | 8.29 | 7.52 | 18.78 | - |
| YUV | 77.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 120 | 0.42 | 0.38 | 0 | 0.53 | 234.12 | 0.27 | 0.37 |
| Hex | 45 | 4A | 78 | 2A | 26 | 0 | 35 | EA | 1B | 25 |
| Octal | 105 | 112 | 170 | 52 | 46 | 0 | 65 | 352 | 33 | 45 |
| Binary | 1000101 | 1001010 | 1111000 | 101010 | 100110 | 0 | 110101 | 11101010 | 11011 | 100101 |
Color Harmonies of #454A78
Complementary color
Monochromatic Colors of #454A78
Black with #454A78
Text Example
Text Example
White with #454A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A78; }
p { color: rgb(69,74,120); }
H1.HeaderClassName
{
color: #454A78;
}
.AnyTagClassName
{
color: #454A78;
}
</style>
background-color css
<style>
a { background-color: #454A78; }
a { background-color: rgb(69,74,120); }
div.DivClassName
{
background-color: #454A78;
}
.BgClassName
{
background-color: #454A78;
}
</style>
border-color css
<style>
span { border-color: #454A78; }
span { border-color: rgb(69,74,120); }
td.TdClassName
{
border-color: #454A78;
}
.TagClassName
{
border-color: #454A78;
}
</style>