Shades of Mariner #4762AA
Tints of Mariner #4762AA
RGB
CMYK
RGB Variations
Color information
#4762AA (or 0x4762AA) is known color: Mariner. HEX triplet: 47, 62 and AA. RGB value is (71,98,170). Sum of RGB (Red+Green+Blue) = 71+98+170=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4762AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4762AA is #B89D55. Grayscale: #616161. Windows color (decimal): -12098902 or 11166279. OLE color: 11166279.
HSL color Cylindrical-coordinate representation of color #4762AA: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4762AA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 98 | 170 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.33 |
| HSL | 223.64º | 0.41% | 0.47% | - |
| HSV(B) | 223.64º | 0.58% | 0.67% | - |
| XYZ | 14.22 | 12.98 | 39.79 | - |
| YUV | 98.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 170 | 0.58 | 0.42 | 0 | 0.33 | 223.64 | 0.41 | 0.47 |
| Hex | 47 | 62 | AA | 3A | 2A | 0 | 21 | E0 | 29 | 2F |
| Octal | 107 | 142 | 252 | 72 | 52 | 0 | 41 | 340 | 51 | 57 |
| Binary | 1000111 | 1100010 | 10101010 | 111010 | 101010 | 0 | 100001 | 11100000 | 101001 | 101111 |
Color Harmonies of #4762AA
Complementary color
Monochromatic Colors of #4762AA
Black with #4762AA
Text Example
Text Example
White with #4762AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762AA; }
p { color: rgb(71,98,170); }
H1.HeaderClassName
{
color: #4762AA;
}
.AnyTagClassName
{
color: #4762AA;
}
</style>
background-color css
<style>
a { background-color: #4762AA; }
a { background-color: rgb(71,98,170); }
div.DivClassName
{
background-color: #4762AA;
}
.BgClassName
{
background-color: #4762AA;
}
</style>
border-color css
<style>
span { border-color: #4762AA; }
span { border-color: rgb(71,98,170); }
td.TdClassName
{
border-color: #4762AA;
}
.TagClassName
{
border-color: #4762AA;
}
</style>