Shades of Mariner #4D62AA
Tints of Mariner #4D62AA
RGB
CMYK
RGB Variations
Color information
#4D62AA (or 0x4D62AA) is known color: Mariner. HEX triplet: 4D, 62 and AA. RGB value is (77,98,170). Sum of RGB (Red+Green+Blue) = 77+98+170=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D62AA is #B29D55. Grayscale: #636363. Windows color (decimal): -11705686 or 11166285. OLE color: 11166285.
HSL color Cylindrical-coordinate representation of color #4D62AA: hue angle of 226.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D62AA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 98 | 170 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.33 |
| HSL | 226.45º | 0.38% | 0.48% | - |
| HSV(B) | 226.45º | 0.55% | 0.67% | - |
| XYZ | 14.68 | 13.22 | 39.81 | - |
| YUV | 99.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 170 | 0.55 | 0.42 | 0 | 0.33 | 226.45 | 0.38 | 0.48 |
| Hex | 4D | 62 | AA | 37 | 2A | 0 | 21 | E2 | 26 | 30 |
| Octal | 115 | 142 | 252 | 67 | 52 | 0 | 41 | 342 | 46 | 60 |
| Binary | 1001101 | 1100010 | 10101010 | 110111 | 101010 | 0 | 100001 | 11100010 | 100110 | 110000 |
Color Harmonies of #4D62AA
Complementary color
Monochromatic Colors of #4D62AA
Black with #4D62AA
Text Example
Text Example
White with #4D62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62AA; }
p { color: rgb(77,98,170); }
H1.HeaderClassName
{
color: #4D62AA;
}
.AnyTagClassName
{
color: #4D62AA;
}
</style>
background-color css
<style>
a { background-color: #4D62AA; }
a { background-color: rgb(77,98,170); }
div.DivClassName
{
background-color: #4D62AA;
}
.BgClassName
{
background-color: #4D62AA;
}
</style>
border-color css
<style>
span { border-color: #4D62AA; }
span { border-color: rgb(77,98,170); }
td.TdClassName
{
border-color: #4D62AA;
}
.TagClassName
{
border-color: #4D62AA;
}
</style>