Shades of Mariner #416CAD
Tints of Mariner #416CAD
RGB
CMYK
RGB Variations
Color information
#416CAD (or 0x416CAD) is known color: Mariner. HEX triplet: 41, 6C and AD. RGB value is (65,108,173). Sum of RGB (Red+Green+Blue) = 65+108+173=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #416CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416CAD is #BE9352. Grayscale: #666666. Windows color (decimal): -12489555 or 11365441. OLE color: 11365441.
HSL color Cylindrical-coordinate representation of color #416CAD: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416CAD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 108 | 173 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.32 |
| HSL | 216.11º | 0.45% | 0.47% | - |
| HSV(B) | 216.11º | 0.62% | 0.68% | - |
| XYZ | 15.09 | 14.87 | 41.61 | - |
| YUV | 102.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 173 | 0.62 | 0.38 | 0 | 0.32 | 216.11 | 0.45 | 0.47 |
| Hex | 41 | 6C | AD | 3E | 26 | 0 | 20 | D8 | 2D | 2F |
| Octal | 101 | 154 | 255 | 76 | 46 | 0 | 40 | 330 | 55 | 57 |
| Binary | 1000001 | 1101100 | 10101101 | 111110 | 100110 | 0 | 100000 | 11011000 | 101101 | 101111 |
Color Harmonies of #416CAD
Complementary color
Monochromatic Colors of #416CAD
Black with #416CAD
Text Example
Text Example
White with #416CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CAD; }
p { color: rgb(65,108,173); }
H1.HeaderClassName
{
color: #416CAD;
}
.AnyTagClassName
{
color: #416CAD;
}
</style>
background-color css
<style>
a { background-color: #416CAD; }
a { background-color: rgb(65,108,173); }
div.DivClassName
{
background-color: #416CAD;
}
.BgClassName
{
background-color: #416CAD;
}
</style>
border-color css
<style>
span { border-color: #416CAD; }
span { border-color: rgb(65,108,173); }
td.TdClassName
{
border-color: #416CAD;
}
.TagClassName
{
border-color: #416CAD;
}
</style>