Shades of Mariner #47619C
Tints of Mariner #47619C
RGB
CMYK
RGB Variations
Color information
#47619C (or 0x47619C) is known color: Mariner. HEX triplet: 47, 61 and 9C. RGB value is (71,97,156). Sum of RGB (Red+Green+Blue) = 71+97+156=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #47619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47619C is #B89E63. Grayscale: #5F5F5F. Windows color (decimal): -12099172 or 10248519. OLE color: 10248519.
HSL color Cylindrical-coordinate representation of color #47619C: hue angle of 221.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47619C is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 97 | 156 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.39 |
| HSL | 221.65º | 0.37% | 0.45% | - |
| HSV(B) | 221.65º | 0.54% | 0.61% | - |
| XYZ | 12.87 | 12.29 | 33.15 | - |
| YUV | 95.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 156 | 0.54 | 0.38 | 0 | 0.39 | 221.65 | 0.37 | 0.45 |
| Hex | 47 | 61 | 9C | 36 | 26 | 0 | 27 | DE | 25 | 2D |
| Octal | 107 | 141 | 234 | 66 | 46 | 0 | 47 | 336 | 45 | 55 |
| Binary | 1000111 | 1100001 | 10011100 | 110110 | 100110 | 0 | 100111 | 11011110 | 100101 | 101101 |
Color Harmonies of #47619C
Complementary color
Monochromatic Colors of #47619C
Black with #47619C
Text Example
Text Example
White with #47619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47619C; }
p { color: rgb(71,97,156); }
H1.HeaderClassName
{
color: #47619C;
}
.AnyTagClassName
{
color: #47619C;
}
</style>
background-color css
<style>
a { background-color: #47619C; }
a { background-color: rgb(71,97,156); }
div.DivClassName
{
background-color: #47619C;
}
.BgClassName
{
background-color: #47619C;
}
</style>
border-color css
<style>
span { border-color: #47619C; }
span { border-color: rgb(71,97,156); }
td.TdClassName
{
border-color: #47619C;
}
.TagClassName
{
border-color: #47619C;
}
</style>