Shades of Mariner #4165AA
Tints of Mariner #4165AA
RGB
CMYK
RGB Variations
Color information
#4165AA (or 0x4165AA) is known color: Mariner. HEX triplet: 41, 65 and AA. RGB value is (65,101,170). Sum of RGB (Red+Green+Blue) = 65+101+170=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #4165AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4165AA is #BE9A55. Grayscale: #616161. Windows color (decimal): -12491350 or 11167041. OLE color: 11167041.
HSL color Cylindrical-coordinate representation of color #4165AA: hue angle of 219.43º 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 #4165AA is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 101 | 170 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.33 |
| HSL | 219.43º | 0.45% | 0.46% | - |
| HSV(B) | 219.43º | 0.62% | 0.67% | - |
| XYZ | 14.09 | 13.33 | 39.86 | - |
| YUV | 98.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 170 | 0.62 | 0.41 | 0 | 0.33 | 219.43 | 0.45 | 0.46 |
| Hex | 41 | 65 | AA | 3E | 29 | 0 | 21 | DB | 2D | 2E |
| Octal | 101 | 145 | 252 | 76 | 51 | 0 | 41 | 333 | 55 | 56 |
| Binary | 1000001 | 1100101 | 10101010 | 111110 | 101001 | 0 | 100001 | 11011011 | 101101 | 101110 |
Color Harmonies of #4165AA
Complementary color
Monochromatic Colors of #4165AA
Black with #4165AA
Text Example
Text Example
White with #4165AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165AA; }
p { color: rgb(65,101,170); }
H1.HeaderClassName
{
color: #4165AA;
}
.AnyTagClassName
{
color: #4165AA;
}
</style>
background-color css
<style>
a { background-color: #4165AA; }
a { background-color: rgb(65,101,170); }
div.DivClassName
{
background-color: #4165AA;
}
.BgClassName
{
background-color: #4165AA;
}
</style>
border-color css
<style>
span { border-color: #4165AA; }
span { border-color: rgb(65,101,170); }
td.TdClassName
{
border-color: #4165AA;
}
.TagClassName
{
border-color: #4165AA;
}
</style>