Shades of Corn Flower Blue #45486A
Tints of Corn Flower Blue #45486A
RGB
CMYK
RGB Variations
Color information
#45486A (or 0x45486A) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 6A. RGB value is (69,72,106). Sum of RGB (Red+Green+Blue) = 69+72+106=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #45486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486A is #BAB795. Grayscale: #4A4A4A. Windows color (decimal): -12236694 or 6965317. OLE color: 6965317.
HSL color Cylindrical-coordinate representation of color #45486A: hue angle of 235.14º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45486A is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 72 | 106 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.58 |
| HSL | 235.14º | 0.21% | 0.34% | - |
| HSV(B) | 235.14º | 0.35% | 0.42% | - |
| XYZ | 7.37 | 6.94 | 14.59 | - |
| YUV | 74.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 106 | 0.35 | 0.32 | 0 | 0.58 | 235.14 | 0.21 | 0.34 |
| Hex | 45 | 48 | 6A | 23 | 20 | 0 | 3A | EB | 15 | 22 |
| Octal | 105 | 110 | 152 | 43 | 40 | 0 | 72 | 353 | 25 | 42 |
| Binary | 1000101 | 1001000 | 1101010 | 100011 | 100000 | 0 | 111010 | 11101011 | 10101 | 100010 |
Color Harmonies of #45486A
Complementary color
Monochromatic Colors of #45486A
Black with #45486A
Text Example
Text Example
White with #45486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45486A; }
p { color: rgb(69,72,106); }
H1.HeaderClassName
{
color: #45486A;
}
.AnyTagClassName
{
color: #45486A;
}
</style>
background-color css
<style>
a { background-color: #45486A; }
a { background-color: rgb(69,72,106); }
div.DivClassName
{
background-color: #45486A;
}
.BgClassName
{
background-color: #45486A;
}
</style>
border-color css
<style>
span { border-color: #45486A; }
span { border-color: rgb(69,72,106); }
td.TdClassName
{
border-color: #45486A;
}
.TagClassName
{
border-color: #45486A;
}
</style>