Shades of Corn Flower Blue #453C78
Tints of Corn Flower Blue #453C78
RGB
CMYK
RGB Variations
Color information
#453C78 (or 0x453C78) is known color: Corn Flower Blue. HEX triplet: 45, 3C and 78. RGB value is (69,60,120). Sum of RGB (Red+Green+Blue) = 69+60+120=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #453C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C78 is #BAC387. Grayscale: #454545. Windows color (decimal): -12239752 or 7879749. OLE color: 7879749.
HSL color Cylindrical-coordinate representation of color #453C78: hue angle of 249º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453C78 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 60 | 120 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.53 |
| HSL | 249º | 0.33% | 0.35% | - |
| HSV(B) | 249º | 0.5% | 0.47% | - |
| XYZ | 7.46 | 5.85 | 18.51 | - |
| YUV | 69.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 120 | 0.42 | 0.5 | 0 | 0.53 | 249 | 0.33 | 0.35 |
| Hex | 45 | 3C | 78 | 2A | 32 | 0 | 35 | F9 | 21 | 23 |
| Octal | 105 | 74 | 170 | 52 | 62 | 0 | 65 | 371 | 41 | 43 |
| Binary | 1000101 | 111100 | 1111000 | 101010 | 110010 | 0 | 110101 | 11111001 | 100001 | 100011 |
Color Harmonies of #453C78
Complementary color
Monochromatic Colors of #453C78
Black with #453C78
Text Example
Text Example
White with #453C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C78; }
p { color: rgb(69,60,120); }
H1.HeaderClassName
{
color: #453C78;
}
.AnyTagClassName
{
color: #453C78;
}
</style>
background-color css
<style>
a { background-color: #453C78; }
a { background-color: rgb(69,60,120); }
div.DivClassName
{
background-color: #453C78;
}
.BgClassName
{
background-color: #453C78;
}
</style>
border-color css
<style>
span { border-color: #453C78; }
span { border-color: rgb(69,60,120); }
td.TdClassName
{
border-color: #453C78;
}
.TagClassName
{
border-color: #453C78;
}
</style>