Shades of Mariner #486CB4
Tints of Mariner #486CB4
RGB
CMYK
RGB Variations
Color information
#486CB4 (or 0x486CB4) is known color: Mariner. HEX triplet: 48, 6C and B4. RGB value is (72,108,180). Sum of RGB (Red+Green+Blue) = 72+108+180=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #486CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CB4 is #B7934B. Grayscale: #696969. Windows color (decimal): -12030796 or 11824200. OLE color: 11824200.
HSL color Cylindrical-coordinate representation of color #486CB4: hue angle of 220º 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 #486CB4 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 108 | 180 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.29 |
| HSL | 220º | 0.43% | 0.49% | - |
| HSV(B) | 220º | 0.6% | 0.71% | - |
| XYZ | 16.27 | 15.4 | 45.29 | - |
| YUV | 105.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 180 | 0.60 | 0.40 | 0 | 0.29 | 220 | 0.43 | 0.49 |
| Hex | 48 | 6C | B4 | 3C | 28 | 0 | 1D | DC | 2B | 31 |
| Octal | 110 | 154 | 264 | 74 | 50 | 0 | 35 | 334 | 53 | 61 |
| Binary | 1001000 | 1101100 | 10110100 | 111100 | 101000 | 0 | 11101 | 11011100 | 101011 | 110001 |
Color Harmonies of #486CB4
Complementary color
Monochromatic Colors of #486CB4
Black with #486CB4
Text Example
Text Example
White with #486CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CB4; }
p { color: rgb(72,108,180); }
H1.HeaderClassName
{
color: #486CB4;
}
.AnyTagClassName
{
color: #486CB4;
}
</style>
background-color css
<style>
a { background-color: #486CB4; }
a { background-color: rgb(72,108,180); }
div.DivClassName
{
background-color: #486CB4;
}
.BgClassName
{
background-color: #486CB4;
}
</style>
border-color css
<style>
span { border-color: #486CB4; }
span { border-color: rgb(72,108,180); }
td.TdClassName
{
border-color: #486CB4;
}
.TagClassName
{
border-color: #486CB4;
}
</style>