Shades of Mariner #456DAD
Tints of Mariner #456DAD
RGB
CMYK
RGB Variations
Color information
#456DAD (or 0x456DAD) is known color: Mariner. HEX triplet: 45, 6D and AD. RGB value is (69,109,173). Sum of RGB (Red+Green+Blue) = 69+109+173=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #456DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAD is #BA9252. Grayscale: #686868. Windows color (decimal): -12227155 or 11365701. OLE color: 11365701.
HSL color Cylindrical-coordinate representation of color #456DAD: hue angle of 216.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456DAD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 109 | 173 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.32 |
| HSL | 216.92º | 0.43% | 0.47% | - |
| HSV(B) | 216.92º | 0.6% | 0.68% | - |
| XYZ | 15.47 | 15.22 | 41.66 | - |
| YUV | 104.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 173 | 0.60 | 0.37 | 0 | 0.32 | 216.92 | 0.43 | 0.47 |
| Hex | 45 | 6D | AD | 3C | 25 | 0 | 20 | D9 | 2B | 2F |
| Octal | 105 | 155 | 255 | 74 | 45 | 0 | 40 | 331 | 53 | 57 |
| Binary | 1000101 | 1101101 | 10101101 | 111100 | 100101 | 0 | 100000 | 11011001 | 101011 | 101111 |
Color Harmonies of #456DAD
Complementary color
Monochromatic Colors of #456DAD
Black with #456DAD
Text Example
Text Example
White with #456DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DAD; }
p { color: rgb(69,109,173); }
H1.HeaderClassName
{
color: #456DAD;
}
.AnyTagClassName
{
color: #456DAD;
}
</style>
background-color css
<style>
a { background-color: #456DAD; }
a { background-color: rgb(69,109,173); }
div.DivClassName
{
background-color: #456DAD;
}
.BgClassName
{
background-color: #456DAD;
}
</style>
border-color css
<style>
span { border-color: #456DAD; }
span { border-color: rgb(69,109,173); }
td.TdClassName
{
border-color: #456DAD;
}
.TagClassName
{
border-color: #456DAD;
}
</style>