Shades of Mariner #47669A
Tints of Mariner #47669A
RGB
CMYK
RGB Variations
Color information
#47669A (or 0x47669A) is known color: Mariner. HEX triplet: 47, 66 and 9A. RGB value is (71,102,154). Sum of RGB (Red+Green+Blue) = 71+102+154=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #47669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47669A is #B89965. Grayscale: #626262. Windows color (decimal): -12097894 or 10118727. OLE color: 10118727.
HSL color Cylindrical-coordinate representation of color #47669A: hue angle of 217.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47669A is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 102 | 154 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.40 |
| HSL | 217.59º | 0.37% | 0.44% | - |
| HSV(B) | 217.59º | 0.54% | 0.6% | - |
| XYZ | 13.18 | 13.18 | 32.42 | - |
| YUV | 98.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 154 | 0.54 | 0.34 | 0 | 0.40 | 217.59 | 0.37 | 0.44 |
| Hex | 47 | 66 | 9A | 36 | 22 | 0 | 28 | DA | 25 | 2C |
| Octal | 107 | 146 | 232 | 66 | 42 | 0 | 50 | 332 | 45 | 54 |
| Binary | 1000111 | 1100110 | 10011010 | 110110 | 100010 | 0 | 101000 | 11011010 | 100101 | 101100 |
Color Harmonies of #47669A
Complementary color
Monochromatic Colors of #47669A
Black with #47669A
Text Example
Text Example
White with #47669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47669A; }
p { color: rgb(71,102,154); }
H1.HeaderClassName
{
color: #47669A;
}
.AnyTagClassName
{
color: #47669A;
}
</style>
background-color css
<style>
a { background-color: #47669A; }
a { background-color: rgb(71,102,154); }
div.DivClassName
{
background-color: #47669A;
}
.BgClassName
{
background-color: #47669A;
}
</style>
border-color css
<style>
span { border-color: #47669A; }
span { border-color: rgb(71,102,154); }
td.TdClassName
{
border-color: #47669A;
}
.TagClassName
{
border-color: #47669A;
}
</style>