Shades of Mariner #416D9C
Tints of Mariner #416D9C
RGB
CMYK
RGB Variations
Color information
#416D9C (or 0x416D9C) is known color: Mariner. HEX triplet: 41, 6D and 9C. RGB value is (65,109,156). Sum of RGB (Red+Green+Blue) = 65+109+156=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #416D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D9C is #BE9263. Grayscale: #646464. Windows color (decimal): -12489316 or 10251585. OLE color: 10251585.
HSL color Cylindrical-coordinate representation of color #416D9C: hue angle of 210.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416D9C is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 109 | 156 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.39 |
| HSL | 210.99º | 0.41% | 0.43% | - |
| HSV(B) | 210.99º | 0.58% | 0.61% | - |
| XYZ | 13.65 | 14.46 | 33.52 | - |
| YUV | 101.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 156 | 0.58 | 0.30 | 0 | 0.39 | 210.99 | 0.41 | 0.43 |
| Hex | 41 | 6D | 9C | 3A | 1E | 0 | 27 | D3 | 29 | 2B |
| Octal | 101 | 155 | 234 | 72 | 36 | 0 | 47 | 323 | 51 | 53 |
| Binary | 1000001 | 1101101 | 10011100 | 111010 | 11110 | 0 | 100111 | 11010011 | 101001 | 101011 |
Color Harmonies of #416D9C
Complementary color
Monochromatic Colors of #416D9C
Black with #416D9C
Text Example
Text Example
White with #416D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D9C; }
p { color: rgb(65,109,156); }
H1.HeaderClassName
{
color: #416D9C;
}
.AnyTagClassName
{
color: #416D9C;
}
</style>
background-color css
<style>
a { background-color: #416D9C; }
a { background-color: rgb(65,109,156); }
div.DivClassName
{
background-color: #416D9C;
}
.BgClassName
{
background-color: #416D9C;
}
</style>
border-color css
<style>
span { border-color: #416D9C; }
span { border-color: rgb(65,109,156); }
td.TdClassName
{
border-color: #416D9C;
}
.TagClassName
{
border-color: #416D9C;
}
</style>