Shades of Mariner #4E629F
Tints of Mariner #4E629F
RGB
CMYK
RGB Variations
Color information
#4E629F (or 0x4E629F) is known color: Mariner. HEX triplet: 4E, 62 and 9F. RGB value is (78,98,159). Sum of RGB (Red+Green+Blue) = 78+98+159=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E629F is #B19D60. Grayscale: #626262. Windows color (decimal): -11640161 or 10445390. OLE color: 10445390.
HSL color Cylindrical-coordinate representation of color #4E629F: hue angle of 225.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E629F is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 98 | 159 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.38 |
| HSL | 225.19º | 0.34% | 0.46% | - |
| HSV(B) | 225.19º | 0.51% | 0.62% | - |
| XYZ | 13.77 | 12.86 | 34.56 | - |
| YUV | 98.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 159 | 0.51 | 0.38 | 0 | 0.38 | 225.19 | 0.34 | 0.46 |
| Hex | 4E | 62 | 9F | 33 | 26 | 0 | 26 | E1 | 22 | 2E |
| Octal | 116 | 142 | 237 | 63 | 46 | 0 | 46 | 341 | 42 | 56 |
| Binary | 1001110 | 1100010 | 10011111 | 110011 | 100110 | 0 | 100110 | 11100001 | 100010 | 101110 |
Color Harmonies of #4E629F
Complementary color
Monochromatic Colors of #4E629F
Black with #4E629F
Text Example
Text Example
White with #4E629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E629F; }
p { color: rgb(78,98,159); }
H1.HeaderClassName
{
color: #4E629F;
}
.AnyTagClassName
{
color: #4E629F;
}
</style>
background-color css
<style>
a { background-color: #4E629F; }
a { background-color: rgb(78,98,159); }
div.DivClassName
{
background-color: #4E629F;
}
.BgClassName
{
background-color: #4E629F;
}
</style>
border-color css
<style>
span { border-color: #4E629F; }
span { border-color: rgb(78,98,159); }
td.TdClassName
{
border-color: #4E629F;
}
.TagClassName
{
border-color: #4E629F;
}
</style>