Shades of Mariner #416D9A
Tints of Mariner #416D9A
RGB
CMYK
RGB Variations
Color information
#416D9A (or 0x416D9A) is known color: Mariner. HEX triplet: 41, 6D and 9A. RGB value is (65,109,154). Sum of RGB (Red+Green+Blue) = 65+109+154=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #416D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D9A is #BE9265. Grayscale: #646464. Windows color (decimal): -12489318 or 10120513. OLE color: 10120513.
HSL color Cylindrical-coordinate representation of color #416D9A: hue angle of 210.34º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416D9A is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 109 | 154 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.40 |
| HSL | 210.34º | 0.41% | 0.43% | - |
| HSV(B) | 210.34º | 0.58% | 0.6% | - |
| XYZ | 13.48 | 14.39 | 32.64 | - |
| YUV | 100.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 154 | 0.58 | 0.29 | 0 | 0.40 | 210.34 | 0.41 | 0.43 |
| Hex | 41 | 6D | 9A | 3A | 1D | 0 | 28 | D2 | 29 | 2B |
| Octal | 101 | 155 | 232 | 72 | 35 | 0 | 50 | 322 | 51 | 53 |
| Binary | 1000001 | 1101101 | 10011010 | 111010 | 11101 | 0 | 101000 | 11010010 | 101001 | 101011 |
Color Harmonies of #416D9A
Complementary color
Monochromatic Colors of #416D9A
Black with #416D9A
Text Example
Text Example
White with #416D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D9A; }
p { color: rgb(65,109,154); }
H1.HeaderClassName
{
color: #416D9A;
}
.AnyTagClassName
{
color: #416D9A;
}
</style>
background-color css
<style>
a { background-color: #416D9A; }
a { background-color: rgb(65,109,154); }
div.DivClassName
{
background-color: #416D9A;
}
.BgClassName
{
background-color: #416D9A;
}
</style>
border-color css
<style>
span { border-color: #416D9A; }
span { border-color: rgb(65,109,154); }
td.TdClassName
{
border-color: #416D9A;
}
.TagClassName
{
border-color: #416D9A;
}
</style>