Shades of Corn Flower Blue #453C77
Tints of Corn Flower Blue #453C77
RGB
CMYK
RGB Variations
Color information
#453C77 (or 0x453C77) is known color: Corn Flower Blue. HEX triplet: 45, 3C and 77. RGB value is (69,60,119). Sum of RGB (Red+Green+Blue) = 69+60+119=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #453C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C77 is #BAC388. Grayscale: #454545. Windows color (decimal): -12239753 or 7814213. OLE color: 7814213.
HSL color Cylindrical-coordinate representation of color #453C77: hue angle of 249.15º 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 #453C77 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 60 | 119 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.53 |
| HSL | 249.15º | 0.33% | 0.35% | - |
| HSV(B) | 249.15º | 0.5% | 0.47% | - |
| XYZ | 7.4 | 5.83 | 18.19 | - |
| YUV | 69.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 119 | 0.42 | 0.50 | 0 | 0.53 | 249.15 | 0.33 | 0.35 |
| Hex | 45 | 3C | 77 | 2A | 32 | 0 | 35 | F9 | 21 | 23 |
| Octal | 105 | 74 | 167 | 52 | 62 | 0 | 65 | 371 | 41 | 43 |
| Binary | 1000101 | 111100 | 1110111 | 101010 | 110010 | 0 | 110101 | 11111001 | 100001 | 100011 |
Color Harmonies of #453C77
Complementary color
Monochromatic Colors of #453C77
Black with #453C77
Text Example
Text Example
White with #453C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C77; }
p { color: rgb(69,60,119); }
H1.HeaderClassName
{
color: #453C77;
}
.AnyTagClassName
{
color: #453C77;
}
</style>
background-color css
<style>
a { background-color: #453C77; }
a { background-color: rgb(69,60,119); }
div.DivClassName
{
background-color: #453C77;
}
.BgClassName
{
background-color: #453C77;
}
</style>
border-color css
<style>
span { border-color: #453C77; }
span { border-color: rgb(69,60,119); }
td.TdClassName
{
border-color: #453C77;
}
.TagClassName
{
border-color: #453C77;
}
</style>