Shades of Mariner #486DB5
Tints of Mariner #486DB5
RGB
CMYK
RGB Variations
Color information
#486DB5 (or 0x486DB5) is known color: Mariner. HEX triplet: 48, 6D and B5. RGB value is (72,109,181). Sum of RGB (Red+Green+Blue) = 72+109+181=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #486DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DB5 is #B7924A. Grayscale: #696969. Windows color (decimal): -12030539 or 11889992. OLE color: 11889992.
HSL color Cylindrical-coordinate representation of color #486DB5: hue angle of 219.63º 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 #486DB5 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 109 | 181 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.29 |
| HSL | 219.63º | 0.43% | 0.5% | - |
| HSV(B) | 219.63º | 0.6% | 0.71% | - |
| XYZ | 16.48 | 15.65 | 45.87 | - |
| YUV | 106.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 181 | 0.60 | 0.40 | 0 | 0.29 | 219.63 | 0.43 | 0.5 |
| Hex | 48 | 6D | B5 | 3C | 28 | 0 | 1D | DC | 2B | 32 |
| Octal | 110 | 155 | 265 | 74 | 50 | 0 | 35 | 334 | 53 | 62 |
| Binary | 1001000 | 1101101 | 10110101 | 111100 | 101000 | 0 | 11101 | 11011100 | 101011 | 110010 |
Color Harmonies of #486DB5
Complementary color
Monochromatic Colors of #486DB5
Black with #486DB5
Text Example
Text Example
White with #486DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DB5; }
p { color: rgb(72,109,181); }
H1.HeaderClassName
{
color: #486DB5;
}
.AnyTagClassName
{
color: #486DB5;
}
</style>
background-color css
<style>
a { background-color: #486DB5; }
a { background-color: rgb(72,109,181); }
div.DivClassName
{
background-color: #486DB5;
}
.BgClassName
{
background-color: #486DB5;
}
</style>
border-color css
<style>
span { border-color: #486DB5; }
span { border-color: rgb(72,109,181); }
td.TdClassName
{
border-color: #486DB5;
}
.TagClassName
{
border-color: #486DB5;
}
</style>