Shades of Mariner #47679E
Tints of Mariner #47679E
RGB
CMYK
RGB Variations
Color information
#47679E (or 0x47679E) is known color: Mariner. HEX triplet: 47, 67 and 9E. RGB value is (71,103,158). Sum of RGB (Red+Green+Blue) = 71+103+158=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #47679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47679E is #B89861. Grayscale: #636363. Windows color (decimal): -12097634 or 10381127. OLE color: 10381127.
HSL color Cylindrical-coordinate representation of color #47679E: hue angle of 217.93º 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 #47679E is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 103 | 158 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.38 |
| HSL | 217.93º | 0.38% | 0.45% | - |
| HSV(B) | 217.93º | 0.55% | 0.62% | - |
| XYZ | 13.62 | 13.51 | 34.24 | - |
| YUV | 99.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 158 | 0.55 | 0.35 | 0 | 0.38 | 217.93 | 0.38 | 0.45 |
| Hex | 47 | 67 | 9E | 37 | 23 | 0 | 26 | DA | 26 | 2D |
| Octal | 107 | 147 | 236 | 67 | 43 | 0 | 46 | 332 | 46 | 55 |
| Binary | 1000111 | 1100111 | 10011110 | 110111 | 100011 | 0 | 100110 | 11011010 | 100110 | 101101 |
Color Harmonies of #47679E
Complementary color
Monochromatic Colors of #47679E
Black with #47679E
Text Example
Text Example
White with #47679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47679E; }
p { color: rgb(71,103,158); }
H1.HeaderClassName
{
color: #47679E;
}
.AnyTagClassName
{
color: #47679E;
}
</style>
background-color css
<style>
a { background-color: #47679E; }
a { background-color: rgb(71,103,158); }
div.DivClassName
{
background-color: #47679E;
}
.BgClassName
{
background-color: #47679E;
}
</style>
border-color css
<style>
span { border-color: #47679E; }
span { border-color: rgb(71,103,158); }
td.TdClassName
{
border-color: #47679E;
}
.TagClassName
{
border-color: #47679E;
}
</style>