Shades of Mariner #4863AF
Tints of Mariner #4863AF
RGB
CMYK
RGB Variations
Color information
#4863AF (or 0x4863AF) is known color: Mariner. HEX triplet: 48, 63 and AF. RGB value is (72,99,175). Sum of RGB (Red+Green+Blue) = 72+99+175=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #4863AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4863AF is #B79C50. Grayscale: #636363. Windows color (decimal): -12033105 or 11494216. OLE color: 11494216.
HSL color Cylindrical-coordinate representation of color #4863AF: hue angle of 224.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4863AF is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 99 | 175 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.31 |
| HSL | 224.27º | 0.42% | 0.48% | - |
| HSV(B) | 224.27º | 0.59% | 0.69% | - |
| XYZ | 14.87 | 13.4 | 42.36 | - |
| YUV | 99.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 175 | 0.59 | 0.43 | 0 | 0.31 | 224.27 | 0.42 | 0.48 |
| Hex | 48 | 63 | AF | 3B | 2B | 0 | 1F | E0 | 2A | 30 |
| Octal | 110 | 143 | 257 | 73 | 53 | 0 | 37 | 340 | 52 | 60 |
| Binary | 1001000 | 1100011 | 10101111 | 111011 | 101011 | 0 | 11111 | 11100000 | 101010 | 110000 |
Color Harmonies of #4863AF
Complementary color
Monochromatic Colors of #4863AF
Black with #4863AF
Text Example
Text Example
White with #4863AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4863AF; }
p { color: rgb(72,99,175); }
H1.HeaderClassName
{
color: #4863AF;
}
.AnyTagClassName
{
color: #4863AF;
}
</style>
background-color css
<style>
a { background-color: #4863AF; }
a { background-color: rgb(72,99,175); }
div.DivClassName
{
background-color: #4863AF;
}
.BgClassName
{
background-color: #4863AF;
}
</style>
border-color css
<style>
span { border-color: #4863AF; }
span { border-color: rgb(72,99,175); }
td.TdClassName
{
border-color: #4863AF;
}
.TagClassName
{
border-color: #4863AF;
}
</style>