Shades of Corn Flower Blue #45456D
Tints of Corn Flower Blue #45456D
RGB
CMYK
RGB Variations
Color information
#45456D (or 0x45456D) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 6D. RGB value is (69,69,109). Sum of RGB (Red+Green+Blue) = 69+69+109=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #45456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45456D is #BABA92. Grayscale: #494949. Windows color (decimal): -12237459 or 7161157. OLE color: 7161157.
HSL color Cylindrical-coordinate representation of color #45456D: hue angle of 240º degrees, saturation: 0.22, 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 #45456D is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 69 | 109 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.57 |
| HSL | 240º | 0.22% | 0.35% | - |
| HSV(B) | 240º | 0.37% | 0.43% | - |
| XYZ | 7.34 | 6.63 | 15.36 | - |
| YUV | 73.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 109 | 0.37 | 0.37 | 0 | 0.57 | 240 | 0.22 | 0.35 |
| Hex | 45 | 45 | 6D | 25 | 25 | 0 | 39 | F0 | 16 | 23 |
| Octal | 105 | 105 | 155 | 45 | 45 | 0 | 71 | 360 | 26 | 43 |
| Binary | 1000101 | 1000101 | 1101101 | 100101 | 100101 | 0 | 111001 | 11110000 | 10110 | 100011 |
Color Harmonies of #45456D
Complementary color
Monochromatic Colors of #45456D
Black with #45456D
Text Example
Text Example
White with #45456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45456D; }
p { color: rgb(69,69,109); }
H1.HeaderClassName
{
color: #45456D;
}
.AnyTagClassName
{
color: #45456D;
}
</style>
background-color css
<style>
a { background-color: #45456D; }
a { background-color: rgb(69,69,109); }
div.DivClassName
{
background-color: #45456D;
}
.BgClassName
{
background-color: #45456D;
}
</style>
border-color css
<style>
span { border-color: #45456D; }
span { border-color: rgb(69,69,109); }
td.TdClassName
{
border-color: #45456D;
}
.TagClassName
{
border-color: #45456D;
}
</style>