Shades of Mariner #4865AD
Tints of Mariner #4865AD
RGB
CMYK
RGB Variations
Color information
#4865AD (or 0x4865AD) is known color: Mariner. HEX triplet: 48, 65 and AD. RGB value is (72,101,173). Sum of RGB (Red+Green+Blue) = 72+101+173=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #4865AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865AD is #B79A52. Grayscale: #646464. Windows color (decimal): -12032595 or 11363656. OLE color: 11363656.
HSL color Cylindrical-coordinate representation of color #4865AD: hue angle of 222.77º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4865AD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 101 | 173 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.32 |
| HSL | 222.77º | 0.41% | 0.48% | - |
| HSV(B) | 222.77º | 0.58% | 0.68% | - |
| XYZ | 14.87 | 13.7 | 41.4 | - |
| YUV | 100.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 173 | 0.58 | 0.42 | 0 | 0.32 | 222.77 | 0.41 | 0.48 |
| Hex | 48 | 65 | AD | 3A | 2A | 0 | 20 | DF | 29 | 30 |
| Octal | 110 | 145 | 255 | 72 | 52 | 0 | 40 | 337 | 51 | 60 |
| Binary | 1001000 | 1100101 | 10101101 | 111010 | 101010 | 0 | 100000 | 11011111 | 101001 | 110000 |
Color Harmonies of #4865AD
Complementary color
Monochromatic Colors of #4865AD
Black with #4865AD
Text Example
Text Example
White with #4865AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865AD; }
p { color: rgb(72,101,173); }
H1.HeaderClassName
{
color: #4865AD;
}
.AnyTagClassName
{
color: #4865AD;
}
</style>
background-color css
<style>
a { background-color: #4865AD; }
a { background-color: rgb(72,101,173); }
div.DivClassName
{
background-color: #4865AD;
}
.BgClassName
{
background-color: #4865AD;
}
</style>
border-color css
<style>
span { border-color: #4865AD; }
span { border-color: rgb(72,101,173); }
td.TdClassName
{
border-color: #4865AD;
}
.TagClassName
{
border-color: #4865AD;
}
</style>