Shades of Mariner #4762AF
Tints of Mariner #4762AF
RGB
CMYK
RGB Variations
Color information
#4762AF (or 0x4762AF) is known color: Mariner. HEX triplet: 47, 62 and AF. RGB value is (71,98,175). Sum of RGB (Red+Green+Blue) = 71+98+175=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #4762AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4762AF is #B89D50. Grayscale: #626262. Windows color (decimal): -12098897 or 11493959. OLE color: 11493959.
HSL color Cylindrical-coordinate representation of color #4762AF: hue angle of 224.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4762AF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 98 | 175 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.31 |
| HSL | 224.42º | 0.42% | 0.48% | - |
| HSV(B) | 224.42º | 0.59% | 0.69% | - |
| XYZ | 14.7 | 13.17 | 42.32 | - |
| YUV | 98.71 | 171.05 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 175 | 0.59 | 0.44 | 0 | 0.31 | 224.42 | 0.42 | 0.48 |
| Hex | 47 | 62 | AF | 3B | 2C | 0 | 1F | E0 | 2A | 30 |
| Octal | 107 | 142 | 257 | 73 | 54 | 0 | 37 | 340 | 52 | 60 |
| Binary | 1000111 | 1100010 | 10101111 | 111011 | 101100 | 0 | 11111 | 11100000 | 101010 | 110000 |
Color Harmonies of #4762AF
Complementary color
Monochromatic Colors of #4762AF
Black with #4762AF
Text Example
Text Example
White with #4762AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4762AF; }
p { color: rgb(71,98,175); }
H1.HeaderClassName
{
color: #4762AF;
}
.AnyTagClassName
{
color: #4762AF;
}
</style>
background-color css
<style>
a { background-color: #4762AF; }
a { background-color: rgb(71,98,175); }
div.DivClassName
{
background-color: #4762AF;
}
.BgClassName
{
background-color: #4762AF;
}
</style>
border-color css
<style>
span { border-color: #4762AF; }
span { border-color: rgb(71,98,175); }
td.TdClassName
{
border-color: #4762AF;
}
.TagClassName
{
border-color: #4762AF;
}
</style>