Shades of Mariner #486AB3
Tints of Mariner #486AB3
RGB
CMYK
RGB Variations
Color information
#486AB3 (or 0x486AB3) is known color: Mariner. HEX triplet: 48, 6A and B3. RGB value is (72,106,179). Sum of RGB (Red+Green+Blue) = 72+106+179=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #486AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AB3 is #B7954C. Grayscale: #676767. Windows color (decimal): -12031309 or 11758152. OLE color: 11758152.
HSL color Cylindrical-coordinate representation of color #486AB3: hue angle of 220.93º degrees, saturation: 0.43, 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 #486AB3 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 106 | 179 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.30 |
| HSL | 220.93º | 0.43% | 0.49% | - |
| HSV(B) | 220.93º | 0.6% | 0.7% | - |
| XYZ | 15.96 | 14.94 | 44.69 | - |
| YUV | 104.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 179 | 0.60 | 0.41 | 0 | 0.30 | 220.93 | 0.43 | 0.49 |
| Hex | 48 | 6A | B3 | 3C | 29 | 0 | 1E | DD | 2B | 31 |
| Octal | 110 | 152 | 263 | 74 | 51 | 0 | 36 | 335 | 53 | 61 |
| Binary | 1001000 | 1101010 | 10110011 | 111100 | 101001 | 0 | 11110 | 11011101 | 101011 | 110001 |
Color Harmonies of #486AB3
Complementary color
Monochromatic Colors of #486AB3
Black with #486AB3
Text Example
Text Example
White with #486AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AB3; }
p { color: rgb(72,106,179); }
H1.HeaderClassName
{
color: #486AB3;
}
.AnyTagClassName
{
color: #486AB3;
}
</style>
background-color css
<style>
a { background-color: #486AB3; }
a { background-color: rgb(72,106,179); }
div.DivClassName
{
background-color: #486AB3;
}
.BgClassName
{
background-color: #486AB3;
}
</style>
border-color css
<style>
span { border-color: #486AB3; }
span { border-color: rgb(72,106,179); }
td.TdClassName
{
border-color: #486AB3;
}
.TagClassName
{
border-color: #486AB3;
}
</style>