Shades of Mariner #4170AD
Tints of Mariner #4170AD
RGB
CMYK
RGB Variations
Color information
#4170AD (or 0x4170AD) is known color: Mariner. HEX triplet: 41, 70 and AD. RGB value is (65,112,173). Sum of RGB (Red+Green+Blue) = 65+112+173=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #4170AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4170AD is #BE8F52. Grayscale: #686868. Windows color (decimal): -12488531 or 11366465. OLE color: 11366465.
HSL color Cylindrical-coordinate representation of color #4170AD: hue angle of 213.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4170AD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 112 | 173 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.32 |
| HSL | 213.89º | 0.45% | 0.47% | - |
| HSV(B) | 213.89º | 0.62% | 0.68% | - |
| XYZ | 15.52 | 15.73 | 41.75 | - |
| YUV | 104.9 | 166.43 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 173 | 0.62 | 0.35 | 0 | 0.32 | 213.89 | 0.45 | 0.47 |
| Hex | 41 | 70 | AD | 3E | 23 | 0 | 20 | D6 | 2D | 2F |
| Octal | 101 | 160 | 255 | 76 | 43 | 0 | 40 | 326 | 55 | 57 |
| Binary | 1000001 | 1110000 | 10101101 | 111110 | 100011 | 0 | 100000 | 11010110 | 101101 | 101111 |
Color Harmonies of #4170AD
Complementary color
Monochromatic Colors of #4170AD
Black with #4170AD
Text Example
Text Example
White with #4170AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170AD; }
p { color: rgb(65,112,173); }
H1.HeaderClassName
{
color: #4170AD;
}
.AnyTagClassName
{
color: #4170AD;
}
</style>
background-color css
<style>
a { background-color: #4170AD; }
a { background-color: rgb(65,112,173); }
div.DivClassName
{
background-color: #4170AD;
}
.BgClassName
{
background-color: #4170AD;
}
</style>
border-color css
<style>
span { border-color: #4170AD; }
span { border-color: rgb(65,112,173); }
td.TdClassName
{
border-color: #4170AD;
}
.TagClassName
{
border-color: #4170AD;
}
</style>