Shades of Mariner #4D65AA
Tints of Mariner #4D65AA
RGB
CMYK
RGB Variations
Color information
#4D65AA (or 0x4D65AA) is known color: Mariner. HEX triplet: 4D, 65 and AA. RGB value is (77,101,170). Sum of RGB (Red+Green+Blue) = 77+101+170=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D65AA is #B29A55. Grayscale: #656565. Windows color (decimal): -11704918 or 11167053. OLE color: 11167053.
HSL color Cylindrical-coordinate representation of color #4D65AA: hue angle of 224.52º 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 #4D65AA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 101 | 170 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.33 |
| HSL | 224.52º | 0.38% | 0.48% | - |
| HSV(B) | 224.52º | 0.55% | 0.67% | - |
| XYZ | 14.97 | 13.79 | 39.9 | - |
| YUV | 101.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 170 | 0.55 | 0.41 | 0 | 0.33 | 224.52 | 0.38 | 0.48 |
| Hex | 4D | 65 | AA | 37 | 29 | 0 | 21 | E1 | 26 | 30 |
| Octal | 115 | 145 | 252 | 67 | 51 | 0 | 41 | 341 | 46 | 60 |
| Binary | 1001101 | 1100101 | 10101010 | 110111 | 101001 | 0 | 100001 | 11100001 | 100110 | 110000 |
Color Harmonies of #4D65AA
Complementary color
Monochromatic Colors of #4D65AA
Black with #4D65AA
Text Example
Text Example
White with #4D65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65AA; }
p { color: rgb(77,101,170); }
H1.HeaderClassName
{
color: #4D65AA;
}
.AnyTagClassName
{
color: #4D65AA;
}
</style>
background-color css
<style>
a { background-color: #4D65AA; }
a { background-color: rgb(77,101,170); }
div.DivClassName
{
background-color: #4D65AA;
}
.BgClassName
{
background-color: #4D65AA;
}
</style>
border-color css
<style>
span { border-color: #4D65AA; }
span { border-color: rgb(77,101,170); }
td.TdClassName
{
border-color: #4D65AA;
}
.TagClassName
{
border-color: #4D65AA;
}
</style>