Shades of Mariner #4162AB
Tints of Mariner #4162AB
RGB
CMYK
RGB Variations
Color information
#4162AB (or 0x4162AB) is known color: Mariner. HEX triplet: 41, 62 and AB. RGB value is (65,98,171). Sum of RGB (Red+Green+Blue) = 65+98+171=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #4162AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4162AB is #BE9D54. Grayscale: #606060. Windows color (decimal): -12492117 or 11231809. OLE color: 11231809.
HSL color Cylindrical-coordinate representation of color #4162AB: hue angle of 221.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4162AB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 98 | 171 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.33 |
| HSL | 221.32º | 0.45% | 0.46% | - |
| HSV(B) | 221.32º | 0.62% | 0.67% | - |
| XYZ | 13.9 | 12.8 | 40.27 | - |
| YUV | 96.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 171 | 0.62 | 0.43 | 0 | 0.33 | 221.32 | 0.45 | 0.46 |
| Hex | 41 | 62 | AB | 3E | 2B | 0 | 21 | DD | 2D | 2E |
| Octal | 101 | 142 | 253 | 76 | 53 | 0 | 41 | 335 | 55 | 56 |
| Binary | 1000001 | 1100010 | 10101011 | 111110 | 101011 | 0 | 100001 | 11011101 | 101101 | 101110 |
Color Harmonies of #4162AB
Complementary color
Monochromatic Colors of #4162AB
Black with #4162AB
Text Example
Text Example
White with #4162AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4162AB; }
p { color: rgb(65,98,171); }
H1.HeaderClassName
{
color: #4162AB;
}
.AnyTagClassName
{
color: #4162AB;
}
</style>
background-color css
<style>
a { background-color: #4162AB; }
a { background-color: rgb(65,98,171); }
div.DivClassName
{
background-color: #4162AB;
}
.BgClassName
{
background-color: #4162AB;
}
</style>
border-color css
<style>
span { border-color: #4162AB; }
span { border-color: rgb(65,98,171); }
td.TdClassName
{
border-color: #4162AB;
}
.TagClassName
{
border-color: #4162AB;
}
</style>