Shades of Mariner #4865A8
Tints of Mariner #4865A8
RGB
CMYK
RGB Variations
Color information
#4865A8 (or 0x4865A8) is known color: Mariner. HEX triplet: 48, 65 and A8. RGB value is (72,101,168). Sum of RGB (Red+Green+Blue) = 72+101+168=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #4865A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865A8 is #B79A57. Grayscale: #636363. Windows color (decimal): -12032600 or 11035976. OLE color: 11035976.
HSL color Cylindrical-coordinate representation of color #4865A8: hue angle of 221.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4865A8 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 101 | 168 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.34 |
| HSL | 221.88º | 0.4% | 0.47% | - |
| HSV(B) | 221.88º | 0.57% | 0.66% | - |
| XYZ | 14.39 | 13.51 | 38.9 | - |
| YUV | 99.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 168 | 0.57 | 0.40 | 0 | 0.34 | 221.88 | 0.4 | 0.47 |
| Hex | 48 | 65 | A8 | 39 | 28 | 0 | 22 | DE | 28 | 2F |
| Octal | 110 | 145 | 250 | 71 | 50 | 0 | 42 | 336 | 50 | 57 |
| Binary | 1001000 | 1100101 | 10101000 | 111001 | 101000 | 0 | 100010 | 11011110 | 101000 | 101111 |
Color Harmonies of #4865A8
Complementary color
Monochromatic Colors of #4865A8
Black with #4865A8
Text Example
Text Example
White with #4865A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865A8; }
p { color: rgb(72,101,168); }
H1.HeaderClassName
{
color: #4865A8;
}
.AnyTagClassName
{
color: #4865A8;
}
</style>
background-color css
<style>
a { background-color: #4865A8; }
a { background-color: rgb(72,101,168); }
div.DivClassName
{
background-color: #4865A8;
}
.BgClassName
{
background-color: #4865A8;
}
</style>
border-color css
<style>
span { border-color: #4865A8; }
span { border-color: rgb(72,101,168); }
td.TdClassName
{
border-color: #4865A8;
}
.TagClassName
{
border-color: #4865A8;
}
</style>