Shades of Mariner #47618F
Tints of Mariner #47618F
RGB
CMYK
RGB Variations
Color information
#47618F (or 0x47618F) is known color: Mariner. HEX triplet: 47, 61 and 8F. RGB value is (71,97,143). Sum of RGB (Red+Green+Blue) = 71+97+143=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #47618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47618F is #B89E70. Grayscale: #5E5E5E. Windows color (decimal): -12099185 or 9396551. OLE color: 9396551.
HSL color Cylindrical-coordinate representation of color #47618F: hue angle of 218.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47618F is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 97 | 143 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.44 |
| HSL | 218.33º | 0.34% | 0.42% | - |
| HSV(B) | 218.33º | 0.5% | 0.56% | - |
| XYZ | 11.83 | 11.87 | 27.65 | - |
| YUV | 94.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 143 | 0.50 | 0.32 | 0 | 0.44 | 218.33 | 0.34 | 0.42 |
| Hex | 47 | 61 | 8F | 32 | 20 | 0 | 2C | DA | 22 | 2A |
| Octal | 107 | 141 | 217 | 62 | 40 | 0 | 54 | 332 | 42 | 52 |
| Binary | 1000111 | 1100001 | 10001111 | 110010 | 100000 | 0 | 101100 | 11011010 | 100010 | 101010 |
Color Harmonies of #47618F
Complementary color
Monochromatic Colors of #47618F
Black with #47618F
Text Example
Text Example
White with #47618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47618F; }
p { color: rgb(71,97,143); }
H1.HeaderClassName
{
color: #47618F;
}
.AnyTagClassName
{
color: #47618F;
}
</style>
background-color css
<style>
a { background-color: #47618F; }
a { background-color: rgb(71,97,143); }
div.DivClassName
{
background-color: #47618F;
}
.BgClassName
{
background-color: #47618F;
}
</style>
border-color css
<style>
span { border-color: #47618F; }
span { border-color: rgb(71,97,143); }
td.TdClassName
{
border-color: #47618F;
}
.TagClassName
{
border-color: #47618F;
}
</style>