Shades of Mariner #486AB2
Tints of Mariner #486AB2
RGB
CMYK
RGB Variations
Color information
#486AB2 (or 0x486AB2) is known color: Mariner. HEX triplet: 48, 6A and B2. RGB value is (72,106,178). Sum of RGB (Red+Green+Blue) = 72+106+178=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #486AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AB2 is #B7954D. Grayscale: #676767. Windows color (decimal): -12031310 or 11692616. OLE color: 11692616.
HSL color Cylindrical-coordinate representation of color #486AB2: hue angle of 220.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486AB2 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 106 | 178 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.30 |
| HSL | 220.75º | 0.42% | 0.49% | - |
| HSV(B) | 220.75º | 0.6% | 0.7% | - |
| XYZ | 15.86 | 14.9 | 44.16 | - |
| YUV | 104.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 178 | 0.60 | 0.40 | 0 | 0.30 | 220.75 | 0.42 | 0.49 |
| Hex | 48 | 6A | B2 | 3C | 28 | 0 | 1E | DD | 2A | 31 |
| Octal | 110 | 152 | 262 | 74 | 50 | 0 | 36 | 335 | 52 | 61 |
| Binary | 1001000 | 1101010 | 10110010 | 111100 | 101000 | 0 | 11110 | 11011101 | 101010 | 110001 |
Color Harmonies of #486AB2
Complementary color
Monochromatic Colors of #486AB2
Black with #486AB2
Text Example
Text Example
White with #486AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AB2; }
p { color: rgb(72,106,178); }
H1.HeaderClassName
{
color: #486AB2;
}
.AnyTagClassName
{
color: #486AB2;
}
</style>
background-color css
<style>
a { background-color: #486AB2; }
a { background-color: rgb(72,106,178); }
div.DivClassName
{
background-color: #486AB2;
}
.BgClassName
{
background-color: #486AB2;
}
</style>
border-color css
<style>
span { border-color: #486AB2; }
span { border-color: rgb(72,106,178); }
td.TdClassName
{
border-color: #486AB2;
}
.TagClassName
{
border-color: #486AB2;
}
</style>