Shades of Mariner #4660AD
Tints of Mariner #4660AD
RGB
CMYK
RGB Variations
Color information
#4660AD (or 0x4660AD) is known color: Mariner. HEX triplet: 46, 60 and AD. RGB value is (70,96,173). Sum of RGB (Red+Green+Blue) = 70+96+173=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #4660AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4660AD is #B99F52. Grayscale: #606060. Windows color (decimal): -12164947 or 11362374. OLE color: 11362374.
HSL color Cylindrical-coordinate representation of color #4660AD: hue angle of 224.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4660AD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 96 | 173 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.32 |
| HSL | 224.85º | 0.42% | 0.48% | - |
| HSV(B) | 224.85º | 0.6% | 0.68% | - |
| XYZ | 14.25 | 12.68 | 41.23 | - |
| YUV | 97 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 173 | 0.60 | 0.45 | 0 | 0.32 | 224.85 | 0.42 | 0.48 |
| Hex | 46 | 60 | AD | 3C | 2D | 0 | 20 | E1 | 2A | 30 |
| Octal | 106 | 140 | 255 | 74 | 55 | 0 | 40 | 341 | 52 | 60 |
| Binary | 1000110 | 1100000 | 10101101 | 111100 | 101101 | 0 | 100000 | 11100001 | 101010 | 110000 |
Color Harmonies of #4660AD
Complementary color
Monochromatic Colors of #4660AD
Black with #4660AD
Text Example
Text Example
White with #4660AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4660AD; }
p { color: rgb(70,96,173); }
H1.HeaderClassName
{
color: #4660AD;
}
.AnyTagClassName
{
color: #4660AD;
}
</style>
background-color css
<style>
a { background-color: #4660AD; }
a { background-color: rgb(70,96,173); }
div.DivClassName
{
background-color: #4660AD;
}
.BgClassName
{
background-color: #4660AD;
}
</style>
border-color css
<style>
span { border-color: #4660AD; }
span { border-color: rgb(70,96,173); }
td.TdClassName
{
border-color: #4660AD;
}
.TagClassName
{
border-color: #4660AD;
}
</style>