Shades of Viking #47AABA
Tints of Viking #47AABA
RGB
CMYK
RGB Variations
Color information
#47AABA (or 0x47AABA) is known color: Viking. HEX triplet: 47, AA and BA. RGB value is (71,170,186). Sum of RGB (Red+Green+Blue) = 71+170+186=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #47AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AABA is #B85545. Grayscale: #8E8E8E. Windows color (decimal): -12080454 or 12233287. OLE color: 12233287.
HSL color Cylindrical-coordinate representation of color #47AABA: hue angle of 188.35º 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 #47AABA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 170 | 186 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.27 |
| HSL | 188.35º | 0.45% | 0.5% | - |
| HSV(B) | 188.35º | 0.62% | 0.73% | - |
| XYZ | 25.84 | 33.63 | 51.58 | - |
| YUV | 142.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 186 | 0.62 | 0.09 | 0 | 0.27 | 188.35 | 0.45 | 0.5 |
| Hex | 47 | AA | BA | 3E | 9 | 0 | 1B | BC | 2D | 32 |
| Octal | 107 | 252 | 272 | 76 | 11 | 0 | 33 | 274 | 55 | 62 |
| Binary | 1000111 | 10101010 | 10111010 | 111110 | 1001 | 0 | 11011 | 10111100 | 101101 | 110010 |
Color Harmonies of #47AABA
Complementary color
Monochromatic Colors of #47AABA
Black with #47AABA
Text Example
Text Example
White with #47AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AABA; }
p { color: rgb(71,170,186); }
H1.HeaderClassName
{
color: #47AABA;
}
.AnyTagClassName
{
color: #47AABA;
}
</style>
background-color css
<style>
a { background-color: #47AABA; }
a { background-color: rgb(71,170,186); }
div.DivClassName
{
background-color: #47AABA;
}
.BgClassName
{
background-color: #47AABA;
}
</style>
border-color css
<style>
span { border-color: #47AABA; }
span { border-color: rgb(71,170,186); }
td.TdClassName
{
border-color: #47AABA;
}
.TagClassName
{
border-color: #47AABA;
}
</style>