Shades of Mariner #48618E
Tints of Mariner #48618E
RGB
CMYK
RGB Variations
Color information
#48618E (or 0x48618E) is known color: Mariner. HEX triplet: 48, 61 and 8E. RGB value is (72,97,142). Sum of RGB (Red+Green+Blue) = 72+97+142=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #48618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48618E is #B79E71. Grayscale: #5E5E5E. Windows color (decimal): -12033650 or 9331016. OLE color: 9331016.
HSL color Cylindrical-coordinate representation of color #48618E: hue angle of 218.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48618E is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 97 | 142 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.44 |
| HSL | 218.57º | 0.33% | 0.42% | - |
| HSV(B) | 218.57º | 0.49% | 0.56% | - |
| XYZ | 11.83 | 11.88 | 27.26 | - |
| YUV | 94.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 142 | 0.49 | 0.32 | 0 | 0.44 | 218.57 | 0.33 | 0.42 |
| Hex | 48 | 61 | 8E | 31 | 20 | 0 | 2C | DB | 21 | 2A |
| Octal | 110 | 141 | 216 | 61 | 40 | 0 | 54 | 333 | 41 | 52 |
| Binary | 1001000 | 1100001 | 10001110 | 110001 | 100000 | 0 | 101100 | 11011011 | 100001 | 101010 |
Color Harmonies of #48618E
Complementary color
Monochromatic Colors of #48618E
Black with #48618E
Text Example
Text Example
White with #48618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48618E; }
p { color: rgb(72,97,142); }
H1.HeaderClassName
{
color: #48618E;
}
.AnyTagClassName
{
color: #48618E;
}
</style>
background-color css
<style>
a { background-color: #48618E; }
a { background-color: rgb(72,97,142); }
div.DivClassName
{
background-color: #48618E;
}
.BgClassName
{
background-color: #48618E;
}
</style>
border-color css
<style>
span { border-color: #48618E; }
span { border-color: rgb(72,97,142); }
td.TdClassName
{
border-color: #48618E;
}
.TagClassName
{
border-color: #48618E;
}
</style>