Shades of Mariner #4E61AA
Tints of Mariner #4E61AA
RGB
CMYK
RGB Variations
Color information
#4E61AA (or 0x4E61AA) is known color: Mariner. HEX triplet: 4E, 61 and AA. RGB value is (78,97,170). Sum of RGB (Red+Green+Blue) = 78+97+170=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 97 (38.28% from 255 or 28.12% 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 #4E61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E61AA is #B19E55. Grayscale: #636363. Windows color (decimal): -11640406 or 11166030. OLE color: 11166030.
HSL color Cylindrical-coordinate representation of color #4E61AA: hue angle of 227.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E61AA is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 97 | 170 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.33 |
| HSL | 227.61º | 0.37% | 0.49% | - |
| HSV(B) | 227.61º | 0.54% | 0.67% | - |
| XYZ | 14.67 | 13.07 | 39.78 | - |
| YUV | 99.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 170 | 0.54 | 0.43 | 0 | 0.33 | 227.61 | 0.37 | 0.49 |
| Hex | 4E | 61 | AA | 36 | 2B | 0 | 21 | E4 | 25 | 31 |
| Octal | 116 | 141 | 252 | 66 | 53 | 0 | 41 | 344 | 45 | 61 |
| Binary | 1001110 | 1100001 | 10101010 | 110110 | 101011 | 0 | 100001 | 11100100 | 100101 | 110001 |
Color Harmonies of #4E61AA
Complementary color
Monochromatic Colors of #4E61AA
Black with #4E61AA
Text Example
Text Example
White with #4E61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E61AA; }
p { color: rgb(78,97,170); }
H1.HeaderClassName
{
color: #4E61AA;
}
.AnyTagClassName
{
color: #4E61AA;
}
</style>
background-color css
<style>
a { background-color: #4E61AA; }
a { background-color: rgb(78,97,170); }
div.DivClassName
{
background-color: #4E61AA;
}
.BgClassName
{
background-color: #4E61AA;
}
</style>
border-color css
<style>
span { border-color: #4E61AA; }
span { border-color: rgb(78,97,170); }
td.TdClassName
{
border-color: #4E61AA;
}
.TagClassName
{
border-color: #4E61AA;
}
</style>