Shades of Corn Flower Blue #453C76
Tints of Corn Flower Blue #453C76
RGB
CMYK
RGB Variations
Color information
#453C76 (or 0x453C76) is known color: Corn Flower Blue. HEX triplet: 45, 3C and 76. RGB value is (69,60,118). Sum of RGB (Red+Green+Blue) = 69+60+118=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #453C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C76 is #BAC389. Grayscale: #454545. Windows color (decimal): -12239754 or 7748677. OLE color: 7748677.
HSL color Cylindrical-coordinate representation of color #453C76: hue angle of 249.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #453C76 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 60 | 118 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.54 |
| HSL | 249.31º | 0.33% | 0.35% | - |
| HSV(B) | 249.31º | 0.49% | 0.46% | - |
| XYZ | 7.34 | 5.8 | 17.87 | - |
| YUV | 69.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 118 | 0.42 | 0.49 | 0 | 0.54 | 249.31 | 0.33 | 0.35 |
| Hex | 45 | 3C | 76 | 2A | 31 | 0 | 36 | F9 | 21 | 23 |
| Octal | 105 | 74 | 166 | 52 | 61 | 0 | 66 | 371 | 41 | 43 |
| Binary | 1000101 | 111100 | 1110110 | 101010 | 110001 | 0 | 110110 | 11111001 | 100001 | 100011 |
Color Harmonies of #453C76
Complementary color
Monochromatic Colors of #453C76
Black with #453C76
Text Example
Text Example
White with #453C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C76; }
p { color: rgb(69,60,118); }
H1.HeaderClassName
{
color: #453C76;
}
.AnyTagClassName
{
color: #453C76;
}
</style>
background-color css
<style>
a { background-color: #453C76; }
a { background-color: rgb(69,60,118); }
div.DivClassName
{
background-color: #453C76;
}
.BgClassName
{
background-color: #453C76;
}
</style>
border-color css
<style>
span { border-color: #453C76; }
span { border-color: rgb(69,60,118); }
td.TdClassName
{
border-color: #453C76;
}
.TagClassName
{
border-color: #453C76;
}
</style>