Shades of Corn Flower Blue #45456F
Tints of Corn Flower Blue #45456F
RGB
CMYK
RGB Variations
Color information
#45456F (or 0x45456F) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 6F. RGB value is (69,69,111). Sum of RGB (Red+Green+Blue) = 69+69+111=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #45456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45456F is #BABA90. Grayscale: #494949. Windows color (decimal): -12237457 or 7292229. OLE color: 7292229.
HSL color Cylindrical-coordinate representation of color #45456F: hue angle of 240º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45456F is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 69 | 111 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.56 |
| HSL | 240º | 0.23% | 0.35% | - |
| HSV(B) | 240º | 0.38% | 0.44% | - |
| XYZ | 7.45 | 6.67 | 15.93 | - |
| YUV | 73.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 111 | 0.38 | 0.38 | 0 | 0.56 | 240 | 0.23 | 0.35 |
| Hex | 45 | 45 | 6F | 26 | 26 | 0 | 38 | F0 | 17 | 23 |
| Octal | 105 | 105 | 157 | 46 | 46 | 0 | 70 | 360 | 27 | 43 |
| Binary | 1000101 | 1000101 | 1101111 | 100110 | 100110 | 0 | 111000 | 11110000 | 10111 | 100011 |
Color Harmonies of #45456F
Complementary color
Monochromatic Colors of #45456F
Black with #45456F
Text Example
Text Example
White with #45456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45456F; }
p { color: rgb(69,69,111); }
H1.HeaderClassName
{
color: #45456F;
}
.AnyTagClassName
{
color: #45456F;
}
</style>
background-color css
<style>
a { background-color: #45456F; }
a { background-color: rgb(69,69,111); }
div.DivClassName
{
background-color: #45456F;
}
.BgClassName
{
background-color: #45456F;
}
</style>
border-color css
<style>
span { border-color: #45456F; }
span { border-color: rgb(69,69,111); }
td.TdClassName
{
border-color: #45456F;
}
.TagClassName
{
border-color: #45456F;
}
</style>