Shades of Mariner #47659F
Tints of Mariner #47659F
RGB
CMYK
RGB Variations
Color information
#47659F (or 0x47659F) is known color: Mariner. HEX triplet: 47, 65 and 9F. RGB value is (71,101,159). Sum of RGB (Red+Green+Blue) = 71+101+159=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #47659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47659F is #B89A60. Grayscale: #626262. Windows color (decimal): -12098145 or 10446151. OLE color: 10446151.
HSL color Cylindrical-coordinate representation of color #47659F: hue angle of 219.55º 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 #47659F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 101 | 159 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.38 |
| HSL | 219.55º | 0.38% | 0.45% | - |
| HSV(B) | 219.55º | 0.55% | 0.62% | - |
| XYZ | 13.51 | 13.15 | 34.63 | - |
| YUV | 98.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 159 | 0.55 | 0.36 | 0 | 0.38 | 219.55 | 0.38 | 0.45 |
| Hex | 47 | 65 | 9F | 37 | 24 | 0 | 26 | DC | 26 | 2D |
| Octal | 107 | 145 | 237 | 67 | 44 | 0 | 46 | 334 | 46 | 55 |
| Binary | 1000111 | 1100101 | 10011111 | 110111 | 100100 | 0 | 100110 | 11011100 | 100110 | 101101 |
Color Harmonies of #47659F
Complementary color
Monochromatic Colors of #47659F
Black with #47659F
Text Example
Text Example
White with #47659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47659F; }
p { color: rgb(71,101,159); }
H1.HeaderClassName
{
color: #47659F;
}
.AnyTagClassName
{
color: #47659F;
}
</style>
background-color css
<style>
a { background-color: #47659F; }
a { background-color: rgb(71,101,159); }
div.DivClassName
{
background-color: #47659F;
}
.BgClassName
{
background-color: #47659F;
}
</style>
border-color css
<style>
span { border-color: #47659F; }
span { border-color: rgb(71,101,159); }
td.TdClassName
{
border-color: #47659F;
}
.TagClassName
{
border-color: #47659F;
}
</style>