Shades of Mariner #4E64AC
Tints of Mariner #4E64AC
RGB
CMYK
RGB Variations
Color information
#4E64AC (or 0x4E64AC) is known color: Mariner. HEX triplet: 4E, 64 and AC. RGB value is (78,100,172). Sum of RGB (Red+Green+Blue) = 78+100+172=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E64AC is #B19B53. Grayscale: #656565. Windows color (decimal): -11639636 or 11297870. OLE color: 11297870.
HSL color Cylindrical-coordinate representation of color #4E64AC: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E64AC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 100 | 172 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.33 |
| HSL | 225.96º | 0.38% | 0.49% | - |
| HSV(B) | 225.96º | 0.55% | 0.67% | - |
| XYZ | 15.15 | 13.71 | 40.88 | - |
| YUV | 101.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 172 | 0.55 | 0.42 | 0 | 0.33 | 225.96 | 0.38 | 0.49 |
| Hex | 4E | 64 | AC | 37 | 2A | 0 | 21 | E2 | 26 | 31 |
| Octal | 116 | 144 | 254 | 67 | 52 | 0 | 41 | 342 | 46 | 61 |
| Binary | 1001110 | 1100100 | 10101100 | 110111 | 101010 | 0 | 100001 | 11100010 | 100110 | 110001 |
Color Harmonies of #4E64AC
Complementary color
Monochromatic Colors of #4E64AC
Black with #4E64AC
Text Example
Text Example
White with #4E64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E64AC; }
p { color: rgb(78,100,172); }
H1.HeaderClassName
{
color: #4E64AC;
}
.AnyTagClassName
{
color: #4E64AC;
}
</style>
background-color css
<style>
a { background-color: #4E64AC; }
a { background-color: rgb(78,100,172); }
div.DivClassName
{
background-color: #4E64AC;
}
.BgClassName
{
background-color: #4E64AC;
}
</style>
border-color css
<style>
span { border-color: #4E64AC; }
span { border-color: rgb(78,100,172); }
td.TdClassName
{
border-color: #4E64AC;
}
.TagClassName
{
border-color: #4E64AC;
}
</style>