Shades of Mariner #47609D
Tints of Mariner #47609D
RGB
CMYK
RGB Variations
Color information
#47609D (or 0x47609D) is known color: Mariner. HEX triplet: 47, 60 and 9D. RGB value is (71,96,157). Sum of RGB (Red+Green+Blue) = 71+96+157=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #47609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47609D is #B89F62. Grayscale: #5F5F5F. Windows color (decimal): -12099427 or 10313799. OLE color: 10313799.
HSL color Cylindrical-coordinate representation of color #47609D: hue angle of 222.56º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47609D is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 96 | 157 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.38 |
| HSL | 222.56º | 0.38% | 0.45% | - |
| HSV(B) | 222.56º | 0.55% | 0.62% | - |
| XYZ | 12.87 | 12.14 | 33.56 | - |
| YUV | 95.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 157 | 0.55 | 0.39 | 0 | 0.38 | 222.56 | 0.38 | 0.45 |
| Hex | 47 | 60 | 9D | 37 | 27 | 0 | 26 | DF | 26 | 2D |
| Octal | 107 | 140 | 235 | 67 | 47 | 0 | 46 | 337 | 46 | 55 |
| Binary | 1000111 | 1100000 | 10011101 | 110111 | 100111 | 0 | 100110 | 11011111 | 100110 | 101101 |
Color Harmonies of #47609D
Complementary color
Monochromatic Colors of #47609D
Black with #47609D
Text Example
Text Example
White with #47609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47609D; }
p { color: rgb(71,96,157); }
H1.HeaderClassName
{
color: #47609D;
}
.AnyTagClassName
{
color: #47609D;
}
</style>
background-color css
<style>
a { background-color: #47609D; }
a { background-color: rgb(71,96,157); }
div.DivClassName
{
background-color: #47609D;
}
.BgClassName
{
background-color: #47609D;
}
</style>
border-color css
<style>
span { border-color: #47609D; }
span { border-color: rgb(71,96,157); }
td.TdClassName
{
border-color: #47609D;
}
.TagClassName
{
border-color: #47609D;
}
</style>