Shades of Mariner #486491
Tints of Mariner #486491
RGB
CMYK
RGB Variations
Color information
#486491 (or 0x486491) is known color: Mariner. HEX triplet: 48, 64 and 91. RGB value is (72,100,145). Sum of RGB (Red+Green+Blue) = 72+100+145=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #486491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486491 is #B79B6E. Grayscale: #606060. Windows color (decimal): -12032879 or 9528392. OLE color: 9528392.
HSL color Cylindrical-coordinate representation of color #486491: hue angle of 216.99º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486491 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 100 | 145 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.43 |
| HSL | 216.99º | 0.34% | 0.43% | - |
| HSV(B) | 216.99º | 0.5% | 0.57% | - |
| XYZ | 12.34 | 12.54 | 28.56 | - |
| YUV | 96.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 145 | 0.50 | 0.31 | 0 | 0.43 | 216.99 | 0.34 | 0.43 |
| Hex | 48 | 64 | 91 | 32 | 1F | 0 | 2B | D9 | 22 | 2B |
| Octal | 110 | 144 | 221 | 62 | 37 | 0 | 53 | 331 | 42 | 53 |
| Binary | 1001000 | 1100100 | 10010001 | 110010 | 11111 | 0 | 101011 | 11011001 | 100010 | 101011 |
Color Harmonies of #486491
Complementary color
Monochromatic Colors of #486491
Black with #486491
Text Example
Text Example
White with #486491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486491; }
p { color: rgb(72,100,145); }
H1.HeaderClassName
{
color: #486491;
}
.AnyTagClassName
{
color: #486491;
}
</style>
background-color css
<style>
a { background-color: #486491; }
a { background-color: rgb(72,100,145); }
div.DivClassName
{
background-color: #486491;
}
.BgClassName
{
background-color: #486491;
}
</style>
border-color css
<style>
span { border-color: #486491; }
span { border-color: rgb(72,100,145); }
td.TdClassName
{
border-color: #486491;
}
.TagClassName
{
border-color: #486491;
}
</style>