Shades of Mariner #486BB4
Tints of Mariner #486BB4
RGB
CMYK
RGB Variations
Color information
#486BB4 (or 0x486BB4) is known color: Mariner. HEX triplet: 48, 6B and B4. RGB value is (72,107,180). Sum of RGB (Red+Green+Blue) = 72+107+180=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #486BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BB4 is #B7944B. Grayscale: #686868. Windows color (decimal): -12031052 or 11823944. OLE color: 11823944.
HSL color Cylindrical-coordinate representation of color #486BB4: hue angle of 220.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486BB4 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 107 | 180 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.29 |
| HSL | 220.56º | 0.43% | 0.49% | - |
| HSV(B) | 220.56º | 0.6% | 0.71% | - |
| XYZ | 16.17 | 15.19 | 45.26 | - |
| YUV | 104.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 180 | 0.60 | 0.41 | 0 | 0.29 | 220.56 | 0.43 | 0.49 |
| Hex | 48 | 6B | B4 | 3C | 29 | 0 | 1D | DD | 2B | 31 |
| Octal | 110 | 153 | 264 | 74 | 51 | 0 | 35 | 335 | 53 | 61 |
| Binary | 1001000 | 1101011 | 10110100 | 111100 | 101001 | 0 | 11101 | 11011101 | 101011 | 110001 |
Color Harmonies of #486BB4
Complementary color
Monochromatic Colors of #486BB4
Black with #486BB4
Text Example
Text Example
White with #486BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BB4; }
p { color: rgb(72,107,180); }
H1.HeaderClassName
{
color: #486BB4;
}
.AnyTagClassName
{
color: #486BB4;
}
</style>
background-color css
<style>
a { background-color: #486BB4; }
a { background-color: rgb(72,107,180); }
div.DivClassName
{
background-color: #486BB4;
}
.BgClassName
{
background-color: #486BB4;
}
</style>
border-color css
<style>
span { border-color: #486BB4; }
span { border-color: rgb(72,107,180); }
td.TdClassName
{
border-color: #486BB4;
}
.TagClassName
{
border-color: #486BB4;
}
</style>