Shades of Mariner #4661AD
Tints of Mariner #4661AD
RGB
CMYK
RGB Variations
Color information
#4661AD (or 0x4661AD) is known color: Mariner. HEX triplet: 46, 61 and AD. RGB value is (70,97,173). Sum of RGB (Red+Green+Blue) = 70+97+173=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #4661AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4661AD is #B99E52. Grayscale: #616161. Windows color (decimal): -12164691 or 11362630. OLE color: 11362630.
HSL color Cylindrical-coordinate representation of color #4661AD: hue angle of 224.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4661AD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 97 | 173 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.32 |
| HSL | 224.27º | 0.42% | 0.48% | - |
| HSV(B) | 224.27º | 0.6% | 0.68% | - |
| XYZ | 14.34 | 12.87 | 41.26 | - |
| YUV | 97.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 173 | 0.60 | 0.44 | 0 | 0.32 | 224.27 | 0.42 | 0.48 |
| Hex | 46 | 61 | AD | 3C | 2C | 0 | 20 | E0 | 2A | 30 |
| Octal | 106 | 141 | 255 | 74 | 54 | 0 | 40 | 340 | 52 | 60 |
| Binary | 1000110 | 1100001 | 10101101 | 111100 | 101100 | 0 | 100000 | 11100000 | 101010 | 110000 |
Color Harmonies of #4661AD
Complementary color
Monochromatic Colors of #4661AD
Black with #4661AD
Text Example
Text Example
White with #4661AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4661AD; }
p { color: rgb(70,97,173); }
H1.HeaderClassName
{
color: #4661AD;
}
.AnyTagClassName
{
color: #4661AD;
}
</style>
background-color css
<style>
a { background-color: #4661AD; }
a { background-color: rgb(70,97,173); }
div.DivClassName
{
background-color: #4661AD;
}
.BgClassName
{
background-color: #4661AD;
}
</style>
border-color css
<style>
span { border-color: #4661AD; }
span { border-color: rgb(70,97,173); }
td.TdClassName
{
border-color: #4661AD;
}
.TagClassName
{
border-color: #4661AD;
}
</style>