Shades of Mariner #4D63AA
Tints of Mariner #4D63AA
RGB
CMYK
RGB Variations
Color information
#4D63AA (or 0x4D63AA) is known color: Mariner. HEX triplet: 4D, 63 and AA. RGB value is (77,99,170). Sum of RGB (Red+Green+Blue) = 77+99+170=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D63AA is #B29C55. Grayscale: #646464. Windows color (decimal): -11705430 or 11166541. OLE color: 11166541.
HSL color Cylindrical-coordinate representation of color #4D63AA: hue angle of 225.81º 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 #4D63AA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 99 | 170 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.33 |
| HSL | 225.81º | 0.38% | 0.48% | - |
| HSV(B) | 225.81º | 0.55% | 0.67% | - |
| XYZ | 14.78 | 13.4 | 39.84 | - |
| YUV | 100.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 170 | 0.55 | 0.42 | 0 | 0.33 | 225.81 | 0.38 | 0.48 |
| Hex | 4D | 63 | AA | 37 | 2A | 0 | 21 | E2 | 26 | 30 |
| Octal | 115 | 143 | 252 | 67 | 52 | 0 | 41 | 342 | 46 | 60 |
| Binary | 1001101 | 1100011 | 10101010 | 110111 | 101010 | 0 | 100001 | 11100010 | 100110 | 110000 |
Color Harmonies of #4D63AA
Complementary color
Monochromatic Colors of #4D63AA
Black with #4D63AA
Text Example
Text Example
White with #4D63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63AA; }
p { color: rgb(77,99,170); }
H1.HeaderClassName
{
color: #4D63AA;
}
.AnyTagClassName
{
color: #4D63AA;
}
</style>
background-color css
<style>
a { background-color: #4D63AA; }
a { background-color: rgb(77,99,170); }
div.DivClassName
{
background-color: #4D63AA;
}
.BgClassName
{
background-color: #4D63AA;
}
</style>
border-color css
<style>
span { border-color: #4D63AA; }
span { border-color: rgb(77,99,170); }
td.TdClassName
{
border-color: #4D63AA;
}
.TagClassName
{
border-color: #4D63AA;
}
</style>