Shades of Corn Flower Blue #45466E
Tints of Corn Flower Blue #45466E
RGB
CMYK
RGB Variations
Color information
#45466E (or 0x45466E) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 6E. RGB value is (69,70,110). Sum of RGB (Red+Green+Blue) = 69+70+110=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #45466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45466E is #BAB991. Grayscale: #4A4A4A. Windows color (decimal): -12237202 or 7226949. OLE color: 7226949.
HSL color Cylindrical-coordinate representation of color #45466E: hue angle of 238.54º 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 #45466E is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 70 | 110 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.57 |
| HSL | 238.54º | 0.23% | 0.35% | - |
| HSV(B) | 238.54º | 0.37% | 0.43% | - |
| XYZ | 7.46 | 6.77 | 15.67 | - |
| YUV | 74.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 110 | 0.37 | 0.36 | 0 | 0.57 | 238.54 | 0.23 | 0.35 |
| Hex | 45 | 46 | 6E | 25 | 24 | 0 | 39 | EF | 17 | 23 |
| Octal | 105 | 106 | 156 | 45 | 44 | 0 | 71 | 357 | 27 | 43 |
| Binary | 1000101 | 1000110 | 1101110 | 100101 | 100100 | 0 | 111001 | 11101111 | 10111 | 100011 |
Color Harmonies of #45466E
Complementary color
Monochromatic Colors of #45466E
Black with #45466E
Text Example
Text Example
White with #45466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45466E; }
p { color: rgb(69,70,110); }
H1.HeaderClassName
{
color: #45466E;
}
.AnyTagClassName
{
color: #45466E;
}
</style>
background-color css
<style>
a { background-color: #45466E; }
a { background-color: rgb(69,70,110); }
div.DivClassName
{
background-color: #45466E;
}
.BgClassName
{
background-color: #45466E;
}
</style>
border-color css
<style>
span { border-color: #45466E; }
span { border-color: rgb(69,70,110); }
td.TdClassName
{
border-color: #45466E;
}
.TagClassName
{
border-color: #45466E;
}
</style>