Shades of Mariner #416C9B
Tints of Mariner #416C9B
RGB
CMYK
RGB Variations
Color information
#416C9B (or 0x416C9B) is known color: Mariner. HEX triplet: 41, 6C and 9B. RGB value is (65,108,155). Sum of RGB (Red+Green+Blue) = 65+108+155=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #416C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C9B is #BE9364. Grayscale: #646464. Windows color (decimal): -12489573 or 10185793. OLE color: 10185793.
HSL color Cylindrical-coordinate representation of color #416C9B: hue angle of 211.33º 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 #416C9B is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 108 | 155 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.39 |
| HSL | 211.33º | 0.41% | 0.43% | - |
| HSV(B) | 211.33º | 0.58% | 0.61% | - |
| XYZ | 13.46 | 14.22 | 33.04 | - |
| YUV | 100.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 155 | 0.58 | 0.30 | 0 | 0.39 | 211.33 | 0.41 | 0.43 |
| Hex | 41 | 6C | 9B | 3A | 1E | 0 | 27 | D3 | 29 | 2B |
| Octal | 101 | 154 | 233 | 72 | 36 | 0 | 47 | 323 | 51 | 53 |
| Binary | 1000001 | 1101100 | 10011011 | 111010 | 11110 | 0 | 100111 | 11010011 | 101001 | 101011 |
Color Harmonies of #416C9B
Complementary color
Monochromatic Colors of #416C9B
Black with #416C9B
Text Example
Text Example
White with #416C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C9B; }
p { color: rgb(65,108,155); }
H1.HeaderClassName
{
color: #416C9B;
}
.AnyTagClassName
{
color: #416C9B;
}
</style>
background-color css
<style>
a { background-color: #416C9B; }
a { background-color: rgb(65,108,155); }
div.DivClassName
{
background-color: #416C9B;
}
.BgClassName
{
background-color: #416C9B;
}
</style>
border-color css
<style>
span { border-color: #416C9B; }
span { border-color: rgb(65,108,155); }
td.TdClassName
{
border-color: #416C9B;
}
.TagClassName
{
border-color: #416C9B;
}
</style>