Shades of Corn Flower Blue #45466C
Tints of Corn Flower Blue #45466C
RGB
CMYK
RGB Variations
Color information
#45466C (or 0x45466C) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 6C. RGB value is (69,70,108). Sum of RGB (Red+Green+Blue) = 69+70+108=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #45466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45466C is #BAB993. Grayscale: #494949. Windows color (decimal): -12237204 or 7095877. OLE color: 7095877.
HSL color Cylindrical-coordinate representation of color #45466C: hue angle of 238.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45466C is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 70 | 108 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.58 |
| HSL | 238.46º | 0.22% | 0.35% | - |
| HSV(B) | 238.46º | 0.36% | 0.42% | - |
| XYZ | 7.35 | 6.73 | 15.1 | - |
| YUV | 74.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 108 | 0.36 | 0.35 | 0 | 0.58 | 238.46 | 0.22 | 0.35 |
| Hex | 45 | 46 | 6C | 24 | 23 | 0 | 3A | EE | 16 | 23 |
| Octal | 105 | 106 | 154 | 44 | 43 | 0 | 72 | 356 | 26 | 43 |
| Binary | 1000101 | 1000110 | 1101100 | 100100 | 100011 | 0 | 111010 | 11101110 | 10110 | 100011 |
Color Harmonies of #45466C
Complementary color
Monochromatic Colors of #45466C
Black with #45466C
Text Example
Text Example
White with #45466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45466C; }
p { color: rgb(69,70,108); }
H1.HeaderClassName
{
color: #45466C;
}
.AnyTagClassName
{
color: #45466C;
}
</style>
background-color css
<style>
a { background-color: #45466C; }
a { background-color: rgb(69,70,108); }
div.DivClassName
{
background-color: #45466C;
}
.BgClassName
{
background-color: #45466C;
}
</style>
border-color css
<style>
span { border-color: #45466C; }
span { border-color: rgb(69,70,108); }
td.TdClassName
{
border-color: #45466C;
}
.TagClassName
{
border-color: #45466C;
}
</style>