Shades of Mariner #4865A3
Tints of Mariner #4865A3
RGB
CMYK
RGB Variations
Color information
#4865A3 (or 0x4865A3) is known color: Mariner. HEX triplet: 48, 65 and A3. RGB value is (72,101,163). Sum of RGB (Red+Green+Blue) = 72+101+163=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #4865A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865A3 is #B79A5C. Grayscale: #636363. Windows color (decimal): -12032605 or 10708296. OLE color: 10708296.
HSL color Cylindrical-coordinate representation of color #4865A3: hue angle of 220.88º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4865A3 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 101 | 163 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.36 |
| HSL | 220.88º | 0.39% | 0.46% | - |
| HSV(B) | 220.88º | 0.56% | 0.64% | - |
| XYZ | 13.94 | 13.33 | 36.49 | - |
| YUV | 99.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 163 | 0.56 | 0.38 | 0 | 0.36 | 220.88 | 0.39 | 0.46 |
| Hex | 48 | 65 | A3 | 38 | 26 | 0 | 24 | DD | 27 | 2E |
| Octal | 110 | 145 | 243 | 70 | 46 | 0 | 44 | 335 | 47 | 56 |
| Binary | 1001000 | 1100101 | 10100011 | 111000 | 100110 | 0 | 100100 | 11011101 | 100111 | 101110 |
Color Harmonies of #4865A3
Complementary color
Monochromatic Colors of #4865A3
Black with #4865A3
Text Example
Text Example
White with #4865A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865A3; }
p { color: rgb(72,101,163); }
H1.HeaderClassName
{
color: #4865A3;
}
.AnyTagClassName
{
color: #4865A3;
}
</style>
background-color css
<style>
a { background-color: #4865A3; }
a { background-color: rgb(72,101,163); }
div.DivClassName
{
background-color: #4865A3;
}
.BgClassName
{
background-color: #4865A3;
}
</style>
border-color css
<style>
span { border-color: #4865A3; }
span { border-color: rgb(72,101,163); }
td.TdClassName
{
border-color: #4865A3;
}
.TagClassName
{
border-color: #4865A3;
}
</style>