Shades of Mariner #4164AB
Tints of Mariner #4164AB
RGB
CMYK
RGB Variations
Color information
#4164AB (or 0x4164AB) is known color: Mariner. HEX triplet: 41, 64 and AB. RGB value is (65,100,171). Sum of RGB (Red+Green+Blue) = 65+100+171=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #4164AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4164AB is #BE9B54. Grayscale: #616161. Windows color (decimal): -12491605 or 11232321. OLE color: 11232321.
HSL color Cylindrical-coordinate representation of color #4164AB: hue angle of 220.19º 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 #4164AB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 100 | 171 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.33 |
| HSL | 220.19º | 0.45% | 0.46% | - |
| HSV(B) | 220.19º | 0.62% | 0.67% | - |
| XYZ | 14.09 | 13.18 | 40.33 | - |
| YUV | 97.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 171 | 0.62 | 0.42 | 0 | 0.33 | 220.19 | 0.45 | 0.46 |
| Hex | 41 | 64 | AB | 3E | 2A | 0 | 21 | DC | 2D | 2E |
| Octal | 101 | 144 | 253 | 76 | 52 | 0 | 41 | 334 | 55 | 56 |
| Binary | 1000001 | 1100100 | 10101011 | 111110 | 101010 | 0 | 100001 | 11011100 | 101101 | 101110 |
Color Harmonies of #4164AB
Complementary color
Monochromatic Colors of #4164AB
Black with #4164AB
Text Example
Text Example
White with #4164AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164AB; }
p { color: rgb(65,100,171); }
H1.HeaderClassName
{
color: #4164AB;
}
.AnyTagClassName
{
color: #4164AB;
}
</style>
background-color css
<style>
a { background-color: #4164AB; }
a { background-color: rgb(65,100,171); }
div.DivClassName
{
background-color: #4164AB;
}
.BgClassName
{
background-color: #4164AB;
}
</style>
border-color css
<style>
span { border-color: #4164AB; }
span { border-color: rgb(65,100,171); }
td.TdClassName
{
border-color: #4164AB;
}
.TagClassName
{
border-color: #4164AB;
}
</style>