Shades of Mariner #486CB1
Tints of Mariner #486CB1
RGB
CMYK
RGB Variations
Color information
#486CB1 (or 0x486CB1) is known color: Mariner. HEX triplet: 48, 6C and B1. RGB value is (72,108,177). Sum of RGB (Red+Green+Blue) = 72+108+177=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #486CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CB1 is #B7934E. Grayscale: #686868. Windows color (decimal): -12030799 or 11627592. OLE color: 11627592.
HSL color Cylindrical-coordinate representation of color #486CB1: hue angle of 219.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486CB1 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 108 | 177 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.31 |
| HSL | 219.43º | 0.42% | 0.49% | - |
| HSV(B) | 219.43º | 0.59% | 0.69% | - |
| XYZ | 15.97 | 15.28 | 43.7 | - |
| YUV | 105.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 177 | 0.59 | 0.39 | 0 | 0.31 | 219.43 | 0.42 | 0.49 |
| Hex | 48 | 6C | B1 | 3B | 27 | 0 | 1F | DB | 2A | 31 |
| Octal | 110 | 154 | 261 | 73 | 47 | 0 | 37 | 333 | 52 | 61 |
| Binary | 1001000 | 1101100 | 10110001 | 111011 | 100111 | 0 | 11111 | 11011011 | 101010 | 110001 |
Color Harmonies of #486CB1
Complementary color
Monochromatic Colors of #486CB1
Black with #486CB1
Text Example
Text Example
White with #486CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CB1; }
p { color: rgb(72,108,177); }
H1.HeaderClassName
{
color: #486CB1;
}
.AnyTagClassName
{
color: #486CB1;
}
</style>
background-color css
<style>
a { background-color: #486CB1; }
a { background-color: rgb(72,108,177); }
div.DivClassName
{
background-color: #486CB1;
}
.BgClassName
{
background-color: #486CB1;
}
</style>
border-color css
<style>
span { border-color: #486CB1; }
span { border-color: rgb(72,108,177); }
td.TdClassName
{
border-color: #486CB1;
}
.TagClassName
{
border-color: #486CB1;
}
</style>