Shades of Mariner #47669C
Tints of Mariner #47669C
RGB
CMYK
RGB Variations
Color information
#47669C (or 0x47669C) is known color: Mariner. HEX triplet: 47, 66 and 9C. RGB value is (71,102,156). Sum of RGB (Red+Green+Blue) = 71+102+156=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #47669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47669C is #B89963. Grayscale: #626262. Windows color (decimal): -12097892 or 10249799. OLE color: 10249799.
HSL color Cylindrical-coordinate representation of color #47669C: hue angle of 218.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47669C is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 102 | 156 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.39 |
| HSL | 218.12º | 0.37% | 0.45% | - |
| HSV(B) | 218.12º | 0.54% | 0.61% | - |
| XYZ | 13.35 | 13.24 | 33.3 | - |
| YUV | 98.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 156 | 0.54 | 0.35 | 0 | 0.39 | 218.12 | 0.37 | 0.45 |
| Hex | 47 | 66 | 9C | 36 | 23 | 0 | 27 | DA | 25 | 2D |
| Octal | 107 | 146 | 234 | 66 | 43 | 0 | 47 | 332 | 45 | 55 |
| Binary | 1000111 | 1100110 | 10011100 | 110110 | 100011 | 0 | 100111 | 11011010 | 100101 | 101101 |
Color Harmonies of #47669C
Complementary color
Monochromatic Colors of #47669C
Black with #47669C
Text Example
Text Example
White with #47669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47669C; }
p { color: rgb(71,102,156); }
H1.HeaderClassName
{
color: #47669C;
}
.AnyTagClassName
{
color: #47669C;
}
</style>
background-color css
<style>
a { background-color: #47669C; }
a { background-color: rgb(71,102,156); }
div.DivClassName
{
background-color: #47669C;
}
.BgClassName
{
background-color: #47669C;
}
</style>
border-color css
<style>
span { border-color: #47669C; }
span { border-color: rgb(71,102,156); }
td.TdClassName
{
border-color: #47669C;
}
.TagClassName
{
border-color: #47669C;
}
</style>