Shades of Mariner #4962AF
Tints of Mariner #4962AF
RGB
CMYK
RGB Variations
Color information
#4962AF (or 0x4962AF) is known color: Mariner. HEX triplet: 49, 62 and AF. RGB value is (73,98,175). Sum of RGB (Red+Green+Blue) = 73+98+175=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #4962AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4962AF is #B69D50. Grayscale: #626262. Windows color (decimal): -11967825 or 11493961. OLE color: 11493961.
HSL color Cylindrical-coordinate representation of color #4962AF: hue angle of 225.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4962AF is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 98 | 175 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.31 |
| HSL | 225.29º | 0.41% | 0.49% | - |
| HSV(B) | 225.29º | 0.58% | 0.69% | - |
| XYZ | 14.85 | 13.25 | 42.33 | - |
| YUV | 99.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 175 | 0.58 | 0.44 | 0 | 0.31 | 225.29 | 0.41 | 0.49 |
| Hex | 49 | 62 | AF | 3A | 2C | 0 | 1F | E1 | 29 | 31 |
| Octal | 111 | 142 | 257 | 72 | 54 | 0 | 37 | 341 | 51 | 61 |
| Binary | 1001001 | 1100010 | 10101111 | 111010 | 101100 | 0 | 11111 | 11100001 | 101001 | 110001 |
Color Harmonies of #4962AF
Complementary color
Monochromatic Colors of #4962AF
Black with #4962AF
Text Example
Text Example
White with #4962AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962AF; }
p { color: rgb(73,98,175); }
H1.HeaderClassName
{
color: #4962AF;
}
.AnyTagClassName
{
color: #4962AF;
}
</style>
background-color css
<style>
a { background-color: #4962AF; }
a { background-color: rgb(73,98,175); }
div.DivClassName
{
background-color: #4962AF;
}
.BgClassName
{
background-color: #4962AF;
}
</style>
border-color css
<style>
span { border-color: #4962AF; }
span { border-color: rgb(73,98,175); }
td.TdClassName
{
border-color: #4962AF;
}
.TagClassName
{
border-color: #4962AF;
}
</style>