Shades of Corn Flower Blue #45486E
Tints of Corn Flower Blue #45486E
RGB
CMYK
RGB Variations
Color information
#45486E (or 0x45486E) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 6E. RGB value is (69,72,110). Sum of RGB (Red+Green+Blue) = 69+72+110=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #45486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45486E is #BAB791. Grayscale: #4B4B4B. Windows color (decimal): -12236690 or 7227461. OLE color: 7227461.
HSL color Cylindrical-coordinate representation of color #45486E: hue angle of 235.61º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45486E is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 72 | 110 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.57 |
| HSL | 235.61º | 0.23% | 0.35% | - |
| HSV(B) | 235.61º | 0.37% | 0.43% | - |
| XYZ | 7.59 | 7.03 | 15.71 | - |
| YUV | 75.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 110 | 0.37 | 0.35 | 0 | 0.57 | 235.61 | 0.23 | 0.35 |
| Hex | 45 | 48 | 6E | 25 | 23 | 0 | 39 | EC | 17 | 23 |
| Octal | 105 | 110 | 156 | 45 | 43 | 0 | 71 | 354 | 27 | 43 |
| Binary | 1000101 | 1001000 | 1101110 | 100101 | 100011 | 0 | 111001 | 11101100 | 10111 | 100011 |
Color Harmonies of #45486E
Complementary color
Monochromatic Colors of #45486E
Black with #45486E
Text Example
Text Example
White with #45486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45486E; }
p { color: rgb(69,72,110); }
H1.HeaderClassName
{
color: #45486E;
}
.AnyTagClassName
{
color: #45486E;
}
</style>
background-color css
<style>
a { background-color: #45486E; }
a { background-color: rgb(69,72,110); }
div.DivClassName
{
background-color: #45486E;
}
.BgClassName
{
background-color: #45486E;
}
</style>
border-color css
<style>
span { border-color: #45486E; }
span { border-color: rgb(69,72,110); }
td.TdClassName
{
border-color: #45486E;
}
.TagClassName
{
border-color: #45486E;
}
</style>