Shades of Mariner #4D65AB
Tints of Mariner #4D65AB
RGB
CMYK
RGB Variations
Color information
#4D65AB (or 0x4D65AB) is known color: Mariner. HEX triplet: 4D, 65 and AB. RGB value is (77,101,171). Sum of RGB (Red+Green+Blue) = 77+101+171=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 101 (39.84% from 255 or 28.94% 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 #4D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D65AB is #B29A54. Grayscale: #656565. Windows color (decimal): -11704917 or 11232589. OLE color: 11232589.
HSL color Cylindrical-coordinate representation of color #4D65AB: hue angle of 224.68º 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 #4D65AB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 101 | 171 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.33 |
| HSL | 224.68º | 0.38% | 0.49% | - |
| HSV(B) | 224.68º | 0.55% | 0.67% | - |
| XYZ | 15.06 | 13.83 | 40.4 | - |
| YUV | 101.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 171 | 0.55 | 0.41 | 0 | 0.33 | 224.68 | 0.38 | 0.49 |
| Hex | 4D | 65 | AB | 37 | 29 | 0 | 21 | E1 | 26 | 31 |
| Octal | 115 | 145 | 253 | 67 | 51 | 0 | 41 | 341 | 46 | 61 |
| Binary | 1001101 | 1100101 | 10101011 | 110111 | 101001 | 0 | 100001 | 11100001 | 100110 | 110001 |
Color Harmonies of #4D65AB
Complementary color
Monochromatic Colors of #4D65AB
Black with #4D65AB
Text Example
Text Example
White with #4D65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65AB; }
p { color: rgb(77,101,171); }
H1.HeaderClassName
{
color: #4D65AB;
}
.AnyTagClassName
{
color: #4D65AB;
}
</style>
background-color css
<style>
a { background-color: #4D65AB; }
a { background-color: rgb(77,101,171); }
div.DivClassName
{
background-color: #4D65AB;
}
.BgClassName
{
background-color: #4D65AB;
}
</style>
border-color css
<style>
span { border-color: #4D65AB; }
span { border-color: rgb(77,101,171); }
td.TdClassName
{
border-color: #4D65AB;
}
.TagClassName
{
border-color: #4D65AB;
}
</style>