Shades of Viking #47A0BA
Tints of Viking #47A0BA
RGB
CMYK
RGB Variations
Color information
#47A0BA (or 0x47A0BA) is known color: Viking. HEX triplet: 47, A0 and BA. RGB value is (71,160,186). Sum of RGB (Red+Green+Blue) = 71+160+186=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #47A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A0BA is #B85F45. Grayscale: #888888. Windows color (decimal): -12083014 or 12230727. OLE color: 12230727.
HSL color Cylindrical-coordinate representation of color #47A0BA: hue angle of 193.57º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47A0BA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 160 | 186 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.27 |
| HSL | 193.57º | 0.45% | 0.5% | - |
| HSV(B) | 193.57º | 0.62% | 0.73% | - |
| XYZ | 24.03 | 30.03 | 50.98 | - |
| YUV | 136.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 186 | 0.62 | 0.14 | 0 | 0.27 | 193.57 | 0.45 | 0.5 |
| Hex | 47 | A0 | BA | 3E | E | 0 | 1B | C2 | 2D | 32 |
| Octal | 107 | 240 | 272 | 76 | 16 | 0 | 33 | 302 | 55 | 62 |
| Binary | 1000111 | 10100000 | 10111010 | 111110 | 1110 | 0 | 11011 | 11000010 | 101101 | 110010 |
Color Harmonies of #47A0BA
Complementary color
Monochromatic Colors of #47A0BA
Black with #47A0BA
Text Example
Text Example
White with #47A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A0BA; }
p { color: rgb(71,160,186); }
H1.HeaderClassName
{
color: #47A0BA;
}
.AnyTagClassName
{
color: #47A0BA;
}
</style>
background-color css
<style>
a { background-color: #47A0BA; }
a { background-color: rgb(71,160,186); }
div.DivClassName
{
background-color: #47A0BA;
}
.BgClassName
{
background-color: #47A0BA;
}
</style>
border-color css
<style>
span { border-color: #47A0BA; }
span { border-color: rgb(71,160,186); }
td.TdClassName
{
border-color: #47A0BA;
}
.TagClassName
{
border-color: #47A0BA;
}
</style>