Shades of Mariner #4D64AA
Tints of Mariner #4D64AA
RGB
CMYK
RGB Variations
Color information
#4D64AA (or 0x4D64AA) is known color: Mariner. HEX triplet: 4D, 64 and AA. RGB value is (77,100,170). Sum of RGB (Red+Green+Blue) = 77+100+170=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D64AA is #B29B55. Grayscale: #646464. Windows color (decimal): -11705174 or 11166797. OLE color: 11166797.
HSL color Cylindrical-coordinate representation of color #4D64AA: hue angle of 225.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D64AA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 100 | 170 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.33 |
| HSL | 225.16º | 0.38% | 0.48% | - |
| HSV(B) | 225.16º | 0.55% | 0.67% | - |
| XYZ | 14.87 | 13.59 | 39.87 | - |
| YUV | 101.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 170 | 0.55 | 0.41 | 0 | 0.33 | 225.16 | 0.38 | 0.48 |
| Hex | 4D | 64 | AA | 37 | 29 | 0 | 21 | E1 | 26 | 30 |
| Octal | 115 | 144 | 252 | 67 | 51 | 0 | 41 | 341 | 46 | 60 |
| Binary | 1001101 | 1100100 | 10101010 | 110111 | 101001 | 0 | 100001 | 11100001 | 100110 | 110000 |
Color Harmonies of #4D64AA
Complementary color
Monochromatic Colors of #4D64AA
Black with #4D64AA
Text Example
Text Example
White with #4D64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D64AA; }
p { color: rgb(77,100,170); }
H1.HeaderClassName
{
color: #4D64AA;
}
.AnyTagClassName
{
color: #4D64AA;
}
</style>
background-color css
<style>
a { background-color: #4D64AA; }
a { background-color: rgb(77,100,170); }
div.DivClassName
{
background-color: #4D64AA;
}
.BgClassName
{
background-color: #4D64AA;
}
</style>
border-color css
<style>
span { border-color: #4D64AA; }
span { border-color: rgb(77,100,170); }
td.TdClassName
{
border-color: #4D64AA;
}
.TagClassName
{
border-color: #4D64AA;
}
</style>