Shades of Corn Flower Blue #45416A
Tints of Corn Flower Blue #45416A
RGB
CMYK
RGB Variations
Color information
#45416A (or 0x45416A) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 6A. RGB value is (69,65,106). Sum of RGB (Red+Green+Blue) = 69+65+106=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #45416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45416A is #BABE95. Grayscale: #464646. Windows color (decimal): -12238486 or 6963525. OLE color: 6963525.
HSL color Cylindrical-coordinate representation of color #45416A: hue angle of 245.85º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45416A is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 65 | 106 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.58 |
| HSL | 245.85º | 0.24% | 0.34% | - |
| HSV(B) | 245.85º | 0.39% | 0.42% | - |
| XYZ | 6.95 | 6.09 | 14.44 | - |
| YUV | 70.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 106 | 0.35 | 0.39 | 0 | 0.58 | 245.85 | 0.24 | 0.34 |
| Hex | 45 | 41 | 6A | 23 | 27 | 0 | 3A | F6 | 18 | 22 |
| Octal | 105 | 101 | 152 | 43 | 47 | 0 | 72 | 366 | 30 | 42 |
| Binary | 1000101 | 1000001 | 1101010 | 100011 | 100111 | 0 | 111010 | 11110110 | 11000 | 100010 |
Color Harmonies of #45416A
Complementary color
Monochromatic Colors of #45416A
Black with #45416A
Text Example
Text Example
White with #45416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45416A; }
p { color: rgb(69,65,106); }
H1.HeaderClassName
{
color: #45416A;
}
.AnyTagClassName
{
color: #45416A;
}
</style>
background-color css
<style>
a { background-color: #45416A; }
a { background-color: rgb(69,65,106); }
div.DivClassName
{
background-color: #45416A;
}
.BgClassName
{
background-color: #45416A;
}
</style>
border-color css
<style>
span { border-color: #45416A; }
span { border-color: rgb(69,65,106); }
td.TdClassName
{
border-color: #45416A;
}
.TagClassName
{
border-color: #45416A;
}
</style>