Shades of Mariner #4D65AD
Tints of Mariner #4D65AD
RGB
CMYK
RGB Variations
Color information
#4D65AD (or 0x4D65AD) is known color: Mariner. HEX triplet: 4D, 65 and AD. RGB value is (77,101,173). Sum of RGB (Red+Green+Blue) = 77+101+173=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D65AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D65AD is #B29A52. Grayscale: #656565. Windows color (decimal): -11704915 or 11363661. OLE color: 11363661.
HSL color Cylindrical-coordinate representation of color #4D65AD: hue angle of 225º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D65AD is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 101 | 173 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.32 |
| HSL | 225º | 0.38% | 0.49% | - |
| HSV(B) | 225º | 0.55% | 0.68% | - |
| XYZ | 15.26 | 13.9 | 41.41 | - |
| YUV | 102.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 173 | 0.55 | 0.42 | 0 | 0.32 | 225 | 0.38 | 0.49 |
| Hex | 4D | 65 | AD | 37 | 2A | 0 | 20 | E1 | 26 | 31 |
| Octal | 115 | 145 | 255 | 67 | 52 | 0 | 40 | 341 | 46 | 61 |
| Binary | 1001101 | 1100101 | 10101101 | 110111 | 101010 | 0 | 100000 | 11100001 | 100110 | 110001 |
Color Harmonies of #4D65AD
Complementary color
Monochromatic Colors of #4D65AD
Black with #4D65AD
Text Example
Text Example
White with #4D65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65AD; }
p { color: rgb(77,101,173); }
H1.HeaderClassName
{
color: #4D65AD;
}
.AnyTagClassName
{
color: #4D65AD;
}
</style>
background-color css
<style>
a { background-color: #4D65AD; }
a { background-color: rgb(77,101,173); }
div.DivClassName
{
background-color: #4D65AD;
}
.BgClassName
{
background-color: #4D65AD;
}
</style>
border-color css
<style>
span { border-color: #4D65AD; }
span { border-color: rgb(77,101,173); }
td.TdClassName
{
border-color: #4D65AD;
}
.TagClassName
{
border-color: #4D65AD;
}
</style>