Shades of Mariner #4863AA
Tints of Mariner #4863AA
RGB
CMYK
RGB Variations
Color information
#4863AA (or 0x4863AA) is known color: Mariner. HEX triplet: 48, 63 and AA. RGB value is (72,99,170). Sum of RGB (Red+Green+Blue) = 72+99+170=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4863AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4863AA is #B79C55. Grayscale: #626262. Windows color (decimal): -12033110 or 11166536. OLE color: 11166536.
HSL color Cylindrical-coordinate representation of color #4863AA: hue angle of 223.47º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4863AA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 99 | 170 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.33 |
| HSL | 223.47º | 0.4% | 0.47% | - |
| HSV(B) | 223.47º | 0.58% | 0.67% | - |
| XYZ | 14.39 | 13.2 | 39.82 | - |
| YUV | 99.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 170 | 0.58 | 0.42 | 0 | 0.33 | 223.47 | 0.4 | 0.47 |
| Hex | 48 | 63 | AA | 3A | 2A | 0 | 21 | DF | 28 | 2F |
| Octal | 110 | 143 | 252 | 72 | 52 | 0 | 41 | 337 | 50 | 57 |
| Binary | 1001000 | 1100011 | 10101010 | 111010 | 101010 | 0 | 100001 | 11011111 | 101000 | 101111 |
Color Harmonies of #4863AA
Complementary color
Monochromatic Colors of #4863AA
Black with #4863AA
Text Example
Text Example
White with #4863AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4863AA; }
p { color: rgb(72,99,170); }
H1.HeaderClassName
{
color: #4863AA;
}
.AnyTagClassName
{
color: #4863AA;
}
</style>
background-color css
<style>
a { background-color: #4863AA; }
a { background-color: rgb(72,99,170); }
div.DivClassName
{
background-color: #4863AA;
}
.BgClassName
{
background-color: #4863AA;
}
</style>
border-color css
<style>
span { border-color: #4863AA; }
span { border-color: rgb(72,99,170); }
td.TdClassName
{
border-color: #4863AA;
}
.TagClassName
{
border-color: #4863AA;
}
</style>