Shades of Corn Flower Blue #45476E
Tints of Corn Flower Blue #45476E
RGB
CMYK
RGB Variations
Color information
#45476E (or 0x45476E) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 6E. RGB value is (69,71,110). Sum of RGB (Red+Green+Blue) = 69+71+110=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #45476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45476E is #BAB891. Grayscale: #4A4A4A. Windows color (decimal): -12236946 or 7227205. OLE color: 7227205.
HSL color Cylindrical-coordinate representation of color #45476E: hue angle of 237.07º 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 #45476E is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 71 | 110 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.57 |
| HSL | 237.07º | 0.23% | 0.35% | - |
| HSV(B) | 237.07º | 0.37% | 0.43% | - |
| XYZ | 7.52 | 6.9 | 15.69 | - |
| YUV | 74.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 110 | 0.37 | 0.35 | 0 | 0.57 | 237.07 | 0.23 | 0.35 |
| Hex | 45 | 47 | 6E | 25 | 23 | 0 | 39 | ED | 17 | 23 |
| Octal | 105 | 107 | 156 | 45 | 43 | 0 | 71 | 355 | 27 | 43 |
| Binary | 1000101 | 1000111 | 1101110 | 100101 | 100011 | 0 | 111001 | 11101101 | 10111 | 100011 |
Color Harmonies of #45476E
Complementary color
Monochromatic Colors of #45476E
Black with #45476E
Text Example
Text Example
White with #45476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45476E; }
p { color: rgb(69,71,110); }
H1.HeaderClassName
{
color: #45476E;
}
.AnyTagClassName
{
color: #45476E;
}
</style>
background-color css
<style>
a { background-color: #45476E; }
a { background-color: rgb(69,71,110); }
div.DivClassName
{
background-color: #45476E;
}
.BgClassName
{
background-color: #45476E;
}
</style>
border-color css
<style>
span { border-color: #45476E; }
span { border-color: rgb(69,71,110); }
td.TdClassName
{
border-color: #45476E;
}
.TagClassName
{
border-color: #45476E;
}
</style>