Shades of Mariner #4D63AD
Tints of Mariner #4D63AD
RGB
CMYK
RGB Variations
Color information
#4D63AD (or 0x4D63AD) is known color: Mariner. HEX triplet: 4D, 63 and AD. RGB value is (77,99,173). Sum of RGB (Red+Green+Blue) = 77+99+173=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D63AD is #B29C52. Grayscale: #646464. Windows color (decimal): -11705427 or 11363149. OLE color: 11363149.
HSL color Cylindrical-coordinate representation of color #4D63AD: hue angle of 226.25º 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 #4D63AD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 99 | 173 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.32 |
| HSL | 226.25º | 0.38% | 0.49% | - |
| HSV(B) | 226.25º | 0.55% | 0.68% | - |
| XYZ | 15.07 | 13.52 | 41.35 | - |
| YUV | 100.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 173 | 0.55 | 0.43 | 0 | 0.32 | 226.25 | 0.38 | 0.49 |
| Hex | 4D | 63 | AD | 37 | 2B | 0 | 20 | E2 | 26 | 31 |
| Octal | 115 | 143 | 255 | 67 | 53 | 0 | 40 | 342 | 46 | 61 |
| Binary | 1001101 | 1100011 | 10101101 | 110111 | 101011 | 0 | 100000 | 11100010 | 100110 | 110001 |
Color Harmonies of #4D63AD
Complementary color
Monochromatic Colors of #4D63AD
Black with #4D63AD
Text Example
Text Example
White with #4D63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63AD; }
p { color: rgb(77,99,173); }
H1.HeaderClassName
{
color: #4D63AD;
}
.AnyTagClassName
{
color: #4D63AD;
}
</style>
background-color css
<style>
a { background-color: #4D63AD; }
a { background-color: rgb(77,99,173); }
div.DivClassName
{
background-color: #4D63AD;
}
.BgClassName
{
background-color: #4D63AD;
}
</style>
border-color css
<style>
span { border-color: #4D63AD; }
span { border-color: rgb(77,99,173); }
td.TdClassName
{
border-color: #4D63AD;
}
.TagClassName
{
border-color: #4D63AD;
}
</style>