Shades of Mariner #486CB5
Tints of Mariner #486CB5
RGB
CMYK
RGB Variations
Color information
#486CB5 (or 0x486CB5) is known color: Mariner. HEX triplet: 48, 6C and B5. RGB value is (72,108,181). Sum of RGB (Red+Green+Blue) = 72+108+181=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #486CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CB5 is #B7934A. Grayscale: #696969. Windows color (decimal): -12030795 or 11889736. OLE color: 11889736.
HSL color Cylindrical-coordinate representation of color #486CB5: hue angle of 220.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486CB5 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 108 | 181 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.29 |
| HSL | 220.18º | 0.43% | 0.5% | - |
| HSV(B) | 220.18º | 0.6% | 0.71% | - |
| XYZ | 16.38 | 15.44 | 45.83 | - |
| YUV | 105.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 181 | 0.60 | 0.40 | 0 | 0.29 | 220.18 | 0.43 | 0.5 |
| Hex | 48 | 6C | B5 | 3C | 28 | 0 | 1D | DC | 2B | 32 |
| Octal | 110 | 154 | 265 | 74 | 50 | 0 | 35 | 334 | 53 | 62 |
| Binary | 1001000 | 1101100 | 10110101 | 111100 | 101000 | 0 | 11101 | 11011100 | 101011 | 110010 |
Color Harmonies of #486CB5
Complementary color
Monochromatic Colors of #486CB5
Black with #486CB5
Text Example
Text Example
White with #486CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CB5; }
p { color: rgb(72,108,181); }
H1.HeaderClassName
{
color: #486CB5;
}
.AnyTagClassName
{
color: #486CB5;
}
</style>
background-color css
<style>
a { background-color: #486CB5; }
a { background-color: rgb(72,108,181); }
div.DivClassName
{
background-color: #486CB5;
}
.BgClassName
{
background-color: #486CB5;
}
</style>
border-color css
<style>
span { border-color: #486CB5; }
span { border-color: rgb(72,108,181); }
td.TdClassName
{
border-color: #486CB5;
}
.TagClassName
{
border-color: #486CB5;
}
</style>