Shades of Corn Flower Blue #453D76
Tints of Corn Flower Blue #453D76
RGB
CMYK
RGB Variations
Color information
#453D76 (or 0x453D76) is known color: Corn Flower Blue. HEX triplet: 45, 3D and 76. RGB value is (69,61,118). Sum of RGB (Red+Green+Blue) = 69+61+118=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #453D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D76 is #BAC289. Grayscale: #454545. Windows color (decimal): -12239498 or 7748933. OLE color: 7748933.
HSL color Cylindrical-coordinate representation of color #453D76: hue angle of 248.42º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453D76 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 61 | 118 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.54 |
| HSL | 248.42º | 0.32% | 0.35% | - |
| HSV(B) | 248.42º | 0.48% | 0.46% | - |
| XYZ | 7.39 | 5.91 | 17.89 | - |
| YUV | 69.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 118 | 0.42 | 0.48 | 0 | 0.54 | 248.42 | 0.32 | 0.35 |
| Hex | 45 | 3D | 76 | 2A | 30 | 0 | 36 | F8 | 20 | 23 |
| Octal | 105 | 75 | 166 | 52 | 60 | 0 | 66 | 370 | 40 | 43 |
| Binary | 1000101 | 111101 | 1110110 | 101010 | 110000 | 0 | 110110 | 11111000 | 100000 | 100011 |
Color Harmonies of #453D76
Complementary color
Monochromatic Colors of #453D76
Black with #453D76
Text Example
Text Example
White with #453D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D76; }
p { color: rgb(69,61,118); }
H1.HeaderClassName
{
color: #453D76;
}
.AnyTagClassName
{
color: #453D76;
}
</style>
background-color css
<style>
a { background-color: #453D76; }
a { background-color: rgb(69,61,118); }
div.DivClassName
{
background-color: #453D76;
}
.BgClassName
{
background-color: #453D76;
}
</style>
border-color css
<style>
span { border-color: #453D76; }
span { border-color: rgb(69,61,118); }
td.TdClassName
{
border-color: #453D76;
}
.TagClassName
{
border-color: #453D76;
}
</style>