Shades of Mariner #486DB8
Tints of Mariner #486DB8
RGB
CMYK
RGB Variations
Color information
#486DB8 (or 0x486DB8) is known color: Mariner. HEX triplet: 48, 6D and B8. RGB value is (72,109,184). Sum of RGB (Red+Green+Blue) = 72+109+184=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #486DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DB8 is #B79247. Grayscale: #6A6A6A. Windows color (decimal): -12030536 or 12086600. OLE color: 12086600.
HSL color Cylindrical-coordinate representation of color #486DB8: hue angle of 220.18º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486DB8 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 109 | 184 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.28 |
| HSL | 220.18º | 0.44% | 0.5% | - |
| HSV(B) | 220.18º | 0.61% | 0.72% | - |
| XYZ | 16.79 | 15.78 | 47.51 | - |
| YUV | 106.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 184 | 0.61 | 0.41 | 0 | 0.28 | 220.18 | 0.44 | 0.5 |
| Hex | 48 | 6D | B8 | 3D | 29 | 0 | 1C | DC | 2C | 32 |
| Octal | 110 | 155 | 270 | 75 | 51 | 0 | 34 | 334 | 54 | 62 |
| Binary | 1001000 | 1101101 | 10111000 | 111101 | 101001 | 0 | 11100 | 11011100 | 101100 | 110010 |
Color Harmonies of #486DB8
Complementary color
Monochromatic Colors of #486DB8
Black with #486DB8
Text Example
Text Example
White with #486DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DB8; }
p { color: rgb(72,109,184); }
H1.HeaderClassName
{
color: #486DB8;
}
.AnyTagClassName
{
color: #486DB8;
}
</style>
background-color css
<style>
a { background-color: #486DB8; }
a { background-color: rgb(72,109,184); }
div.DivClassName
{
background-color: #486DB8;
}
.BgClassName
{
background-color: #486DB8;
}
</style>
border-color css
<style>
span { border-color: #486DB8; }
span { border-color: rgb(72,109,184); }
td.TdClassName
{
border-color: #486DB8;
}
.TagClassName
{
border-color: #486DB8;
}
</style>