Shades of Mariner #4165AB
Tints of Mariner #4165AB
RGB
CMYK
RGB Variations
Color information
#4165AB (or 0x4165AB) is known color: Mariner. HEX triplet: 41, 65 and AB. RGB value is (65,101,171). Sum of RGB (Red+Green+Blue) = 65+101+171=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #4165AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4165AB is #BE9A54. Grayscale: #616161. Windows color (decimal): -12491349 or 11232577. OLE color: 11232577.
HSL color Cylindrical-coordinate representation of color #4165AB: hue angle of 219.62º 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 #4165AB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 101 | 171 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.33 |
| HSL | 219.62º | 0.45% | 0.46% | - |
| HSV(B) | 219.62º | 0.62% | 0.67% | - |
| XYZ | 14.18 | 13.37 | 40.36 | - |
| YUV | 98.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 171 | 0.62 | 0.41 | 0 | 0.33 | 219.62 | 0.45 | 0.46 |
| Hex | 41 | 65 | AB | 3E | 29 | 0 | 21 | DC | 2D | 2E |
| Octal | 101 | 145 | 253 | 76 | 51 | 0 | 41 | 334 | 55 | 56 |
| Binary | 1000001 | 1100101 | 10101011 | 111110 | 101001 | 0 | 100001 | 11011100 | 101101 | 101110 |
Color Harmonies of #4165AB
Complementary color
Monochromatic Colors of #4165AB
Black with #4165AB
Text Example
Text Example
White with #4165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165AB; }
p { color: rgb(65,101,171); }
H1.HeaderClassName
{
color: #4165AB;
}
.AnyTagClassName
{
color: #4165AB;
}
</style>
background-color css
<style>
a { background-color: #4165AB; }
a { background-color: rgb(65,101,171); }
div.DivClassName
{
background-color: #4165AB;
}
.BgClassName
{
background-color: #4165AB;
}
</style>
border-color css
<style>
span { border-color: #4165AB; }
span { border-color: rgb(65,101,171); }
td.TdClassName
{
border-color: #4165AB;
}
.TagClassName
{
border-color: #4165AB;
}
</style>