Shades of Mariner #486CB6
Tints of Mariner #486CB6
RGB
CMYK
RGB Variations
Color information
#486CB6 (or 0x486CB6) is known color: Mariner. HEX triplet: 48, 6C and B6. RGB value is (72,108,182). Sum of RGB (Red+Green+Blue) = 72+108+182=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #486CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CB6 is #B79349. Grayscale: #696969. Windows color (decimal): -12030794 or 11955272. OLE color: 11955272.
HSL color Cylindrical-coordinate representation of color #486CB6: hue angle of 220.36º 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 #486CB6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 108 | 182 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.29 |
| HSL | 220.36º | 0.43% | 0.5% | - |
| HSV(B) | 220.36º | 0.6% | 0.71% | - |
| XYZ | 16.48 | 15.48 | 46.38 | - |
| YUV | 105.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 182 | 0.60 | 0.41 | 0 | 0.29 | 220.36 | 0.43 | 0.5 |
| Hex | 48 | 6C | B6 | 3C | 29 | 0 | 1D | DC | 2B | 32 |
| Octal | 110 | 154 | 266 | 74 | 51 | 0 | 35 | 334 | 53 | 62 |
| Binary | 1001000 | 1101100 | 10110110 | 111100 | 101001 | 0 | 11101 | 11011100 | 101011 | 110010 |
Color Harmonies of #486CB6
Complementary color
Monochromatic Colors of #486CB6
Black with #486CB6
Text Example
Text Example
White with #486CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CB6; }
p { color: rgb(72,108,182); }
H1.HeaderClassName
{
color: #486CB6;
}
.AnyTagClassName
{
color: #486CB6;
}
</style>
background-color css
<style>
a { background-color: #486CB6; }
a { background-color: rgb(72,108,182); }
div.DivClassName
{
background-color: #486CB6;
}
.BgClassName
{
background-color: #486CB6;
}
</style>
border-color css
<style>
span { border-color: #486CB6; }
span { border-color: rgb(72,108,182); }
td.TdClassName
{
border-color: #486CB6;
}
.TagClassName
{
border-color: #486CB6;
}
</style>