Shades of Mariner #4E64AB
Tints of Mariner #4E64AB
RGB
CMYK
RGB Variations
Color information
#4E64AB (or 0x4E64AB) is known color: Mariner. HEX triplet: 4E, 64 and AB. RGB value is (78,100,171). Sum of RGB (Red+Green+Blue) = 78+100+171=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E64AB is #B19B54. Grayscale: #656565. Windows color (decimal): -11639637 or 11232334. OLE color: 11232334.
HSL color Cylindrical-coordinate representation of color #4E64AB: hue angle of 225.81º 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 #4E64AB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 100 | 171 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.33 |
| HSL | 225.81º | 0.37% | 0.49% | - |
| HSV(B) | 225.81º | 0.54% | 0.67% | - |
| XYZ | 15.05 | 13.67 | 40.37 | - |
| YUV | 101.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 171 | 0.54 | 0.42 | 0 | 0.33 | 225.81 | 0.37 | 0.49 |
| Hex | 4E | 64 | AB | 36 | 2A | 0 | 21 | E2 | 25 | 31 |
| Octal | 116 | 144 | 253 | 66 | 52 | 0 | 41 | 342 | 45 | 61 |
| Binary | 1001110 | 1100100 | 10101011 | 110110 | 101010 | 0 | 100001 | 11100010 | 100101 | 110001 |
Color Harmonies of #4E64AB
Complementary color
Monochromatic Colors of #4E64AB
Black with #4E64AB
Text Example
Text Example
White with #4E64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E64AB; }
p { color: rgb(78,100,171); }
H1.HeaderClassName
{
color: #4E64AB;
}
.AnyTagClassName
{
color: #4E64AB;
}
</style>
background-color css
<style>
a { background-color: #4E64AB; }
a { background-color: rgb(78,100,171); }
div.DivClassName
{
background-color: #4E64AB;
}
.BgClassName
{
background-color: #4E64AB;
}
</style>
border-color css
<style>
span { border-color: #4E64AB; }
span { border-color: rgb(78,100,171); }
td.TdClassName
{
border-color: #4E64AB;
}
.TagClassName
{
border-color: #4E64AB;
}
</style>