Shades of Mariner #47689D
Tints of Mariner #47689D
RGB
CMYK
RGB Variations
Color information
#47689D (or 0x47689D) is known color: Mariner. HEX triplet: 47, 68 and 9D. RGB value is (71,104,157). Sum of RGB (Red+Green+Blue) = 71+104+157=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #47689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47689D is #B89762. Grayscale: #636363. Windows color (decimal): -12097379 or 10315847. OLE color: 10315847.
HSL color Cylindrical-coordinate representation of color #47689D: hue angle of 216.98º 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 #47689D is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 104 | 157 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.38 |
| HSL | 216.98º | 0.38% | 0.45% | - |
| HSV(B) | 216.98º | 0.55% | 0.62% | - |
| XYZ | 13.63 | 13.67 | 33.82 | - |
| YUV | 100.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 157 | 0.55 | 0.34 | 0 | 0.38 | 216.98 | 0.38 | 0.45 |
| Hex | 47 | 68 | 9D | 37 | 22 | 0 | 26 | D9 | 26 | 2D |
| Octal | 107 | 150 | 235 | 67 | 42 | 0 | 46 | 331 | 46 | 55 |
| Binary | 1000111 | 1101000 | 10011101 | 110111 | 100010 | 0 | 100110 | 11011001 | 100110 | 101101 |
Color Harmonies of #47689D
Complementary color
Monochromatic Colors of #47689D
Black with #47689D
Text Example
Text Example
White with #47689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47689D; }
p { color: rgb(71,104,157); }
H1.HeaderClassName
{
color: #47689D;
}
.AnyTagClassName
{
color: #47689D;
}
</style>
background-color css
<style>
a { background-color: #47689D; }
a { background-color: rgb(71,104,157); }
div.DivClassName
{
background-color: #47689D;
}
.BgClassName
{
background-color: #47689D;
}
</style>
border-color css
<style>
span { border-color: #47689D; }
span { border-color: rgb(71,104,157); }
td.TdClassName
{
border-color: #47689D;
}
.TagClassName
{
border-color: #47689D;
}
</style>