Shades of Mariner #4865AB
Tints of Mariner #4865AB
RGB
CMYK
RGB Variations
Color information
#4865AB (or 0x4865AB) is known color: Mariner. HEX triplet: 48, 65 and AB. RGB value is (72,101,171). Sum of RGB (Red+Green+Blue) = 72+101+171=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #4865AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865AB is #B79A54. Grayscale: #646464. Windows color (decimal): -12032597 or 11232584. OLE color: 11232584.
HSL color Cylindrical-coordinate representation of color #4865AB: hue angle of 222.42º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4865AB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 101 | 171 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.33 |
| HSL | 222.42º | 0.41% | 0.48% | - |
| HSV(B) | 222.42º | 0.58% | 0.67% | - |
| XYZ | 14.68 | 13.63 | 40.38 | - |
| YUV | 100.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 171 | 0.58 | 0.41 | 0 | 0.33 | 222.42 | 0.41 | 0.48 |
| Hex | 48 | 65 | AB | 3A | 29 | 0 | 21 | DE | 29 | 30 |
| Octal | 110 | 145 | 253 | 72 | 51 | 0 | 41 | 336 | 51 | 60 |
| Binary | 1001000 | 1100101 | 10101011 | 111010 | 101001 | 0 | 100001 | 11011110 | 101001 | 110000 |
Color Harmonies of #4865AB
Complementary color
Monochromatic Colors of #4865AB
Black with #4865AB
Text Example
Text Example
White with #4865AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865AB; }
p { color: rgb(72,101,171); }
H1.HeaderClassName
{
color: #4865AB;
}
.AnyTagClassName
{
color: #4865AB;
}
</style>
background-color css
<style>
a { background-color: #4865AB; }
a { background-color: rgb(72,101,171); }
div.DivClassName
{
background-color: #4865AB;
}
.BgClassName
{
background-color: #4865AB;
}
</style>
border-color css
<style>
span { border-color: #4865AB; }
span { border-color: rgb(72,101,171); }
td.TdClassName
{
border-color: #4865AB;
}
.TagClassName
{
border-color: #4865AB;
}
</style>