Shades of Mariner #4D64AC
Tints of Mariner #4D64AC
RGB
CMYK
RGB Variations
Color information
#4D64AC (or 0x4D64AC) is known color: Mariner. HEX triplet: 4D, 64 and AC. RGB value is (77,100,172). Sum of RGB (Red+Green+Blue) = 77+100+172=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D64AC is #B29B53. Grayscale: #656565. Windows color (decimal): -11705172 or 11297869. OLE color: 11297869.
HSL color Cylindrical-coordinate representation of color #4D64AC: hue angle of 225.47º 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 #4D64AC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 100 | 172 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.33 |
| HSL | 225.47º | 0.38% | 0.49% | - |
| HSV(B) | 225.47º | 0.55% | 0.67% | - |
| XYZ | 15.06 | 13.67 | 40.87 | - |
| YUV | 101.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 172 | 0.55 | 0.42 | 0 | 0.33 | 225.47 | 0.38 | 0.49 |
| Hex | 4D | 64 | AC | 37 | 2A | 0 | 21 | E1 | 26 | 31 |
| Octal | 115 | 144 | 254 | 67 | 52 | 0 | 41 | 341 | 46 | 61 |
| Binary | 1001101 | 1100100 | 10101100 | 110111 | 101010 | 0 | 100001 | 11100001 | 100110 | 110001 |
Color Harmonies of #4D64AC
Complementary color
Monochromatic Colors of #4D64AC
Black with #4D64AC
Text Example
Text Example
White with #4D64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64AC; }
p { color: rgb(77,100,172); }
H1.HeaderClassName
{
color: #4D64AC;
}
.AnyTagClassName
{
color: #4D64AC;
}
</style>
background-color css
<style>
a { background-color: #4D64AC; }
a { background-color: rgb(77,100,172); }
div.DivClassName
{
background-color: #4D64AC;
}
.BgClassName
{
background-color: #4D64AC;
}
</style>
border-color css
<style>
span { border-color: #4D64AC; }
span { border-color: rgb(77,100,172); }
td.TdClassName
{
border-color: #4D64AC;
}
.TagClassName
{
border-color: #4D64AC;
}
</style>