Shades of Mariner #4762AD
Tints of Mariner #4762AD
RGB
CMYK
RGB Variations
Color information
#4762AD (or 0x4762AD) is known color: Mariner. HEX triplet: 47, 62 and AD. RGB value is (71,98,173). Sum of RGB (Red+Green+Blue) = 71+98+173=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4762AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4762AD is #B89D52. Grayscale: #626262. Windows color (decimal): -12098899 or 11362887. OLE color: 11362887.
HSL color Cylindrical-coordinate representation of color #4762AD: hue angle of 224.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4762AD is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 98 | 173 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.32 |
| HSL | 224.12º | 0.42% | 0.48% | - |
| HSV(B) | 224.12º | 0.59% | 0.68% | - |
| XYZ | 14.51 | 13.09 | 41.3 | - |
| YUV | 98.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 173 | 0.59 | 0.43 | 0 | 0.32 | 224.12 | 0.42 | 0.48 |
| Hex | 47 | 62 | AD | 3B | 2B | 0 | 20 | E0 | 2A | 30 |
| Octal | 107 | 142 | 255 | 73 | 53 | 0 | 40 | 340 | 52 | 60 |
| Binary | 1000111 | 1100010 | 10101101 | 111011 | 101011 | 0 | 100000 | 11100000 | 101010 | 110000 |
Color Harmonies of #4762AD
Complementary color
Monochromatic Colors of #4762AD
Black with #4762AD
Text Example
Text Example
White with #4762AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762AD; }
p { color: rgb(71,98,173); }
H1.HeaderClassName
{
color: #4762AD;
}
.AnyTagClassName
{
color: #4762AD;
}
</style>
background-color css
<style>
a { background-color: #4762AD; }
a { background-color: rgb(71,98,173); }
div.DivClassName
{
background-color: #4762AD;
}
.BgClassName
{
background-color: #4762AD;
}
</style>
border-color css
<style>
span { border-color: #4762AD; }
span { border-color: rgb(71,98,173); }
td.TdClassName
{
border-color: #4762AD;
}
.TagClassName
{
border-color: #4762AD;
}
</style>