Shades of Mariner #416699
Tints of Mariner #416699
RGB
CMYK
RGB Variations
Color information
#416699 (or 0x416699) is known color: Mariner. HEX triplet: 41, 66 and 99. RGB value is (65,102,153). Sum of RGB (Red+Green+Blue) = 65+102+153=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #416699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416699 is #BE9966. Grayscale: #606060. Windows color (decimal): -12491111 or 10053185. OLE color: 10053185.
HSL color Cylindrical-coordinate representation of color #416699: hue angle of 214.77º degrees, saturation: 0.4, 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 #416699 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 102 | 153 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.4 |
| HSL | 214.77º | 0.4% | 0.43% | - |
| HSV(B) | 214.77º | 0.58% | 0.6% | - |
| XYZ | 12.68 | 12.93 | 31.96 | - |
| YUV | 96.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 153 | 0.58 | 0.33 | 0 | 0.4 | 214.77 | 0.4 | 0.43 |
| Hex | 41 | 66 | 99 | 3A | 21 | 0 | 28 | D7 | 28 | 2B |
| Octal | 101 | 146 | 231 | 72 | 41 | 0 | 50 | 327 | 50 | 53 |
| Binary | 1000001 | 1100110 | 10011001 | 111010 | 100001 | 0 | 101000 | 11010111 | 101000 | 101011 |
Color Harmonies of #416699
Complementary color
Monochromatic Colors of #416699
Black with #416699
Text Example
Text Example
White with #416699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416699; }
p { color: rgb(65,102,153); }
H1.HeaderClassName
{
color: #416699;
}
.AnyTagClassName
{
color: #416699;
}
</style>
background-color css
<style>
a { background-color: #416699; }
a { background-color: rgb(65,102,153); }
div.DivClassName
{
background-color: #416699;
}
.BgClassName
{
background-color: #416699;
}
</style>
border-color css
<style>
span { border-color: #416699; }
span { border-color: rgb(65,102,153); }
td.TdClassName
{
border-color: #416699;
}
.TagClassName
{
border-color: #416699;
}
</style>