Shades of Viking #47AAB2
Tints of Viking #47AAB2
RGB
CMYK
RGB Variations
Color information
#47AAB2 (or 0x47AAB2) is known color: Viking. HEX triplet: 47, AA and B2. RGB value is (71,170,178). Sum of RGB (Red+Green+Blue) = 71+170+178=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #47AAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AAB2 is #B8554D. Grayscale: #8D8D8D. Windows color (decimal): -12080462 or 11708999. OLE color: 11708999.
HSL color Cylindrical-coordinate representation of color #47AAB2: hue angle of 184.49º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47AAB2 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 170 | 178 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.30 |
| HSL | 184.49º | 0.43% | 0.49% | - |
| HSV(B) | 184.49º | 0.6% | 0.7% | - |
| XYZ | 25.01 | 33.3 | 47.23 | - |
| YUV | 141.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 178 | 0.60 | 0.04 | 0 | 0.30 | 184.49 | 0.43 | 0.49 |
| Hex | 47 | AA | B2 | 3C | 4 | 0 | 1E | B8 | 2B | 31 |
| Octal | 107 | 252 | 262 | 74 | 4 | 0 | 36 | 270 | 53 | 61 |
| Binary | 1000111 | 10101010 | 10110010 | 111100 | 100 | 0 | 11110 | 10111000 | 101011 | 110001 |
Color Harmonies of #47AAB2
Complementary color
Monochromatic Colors of #47AAB2
Black with #47AAB2
Text Example
Text Example
White with #47AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAB2; }
p { color: rgb(71,170,178); }
H1.HeaderClassName
{
color: #47AAB2;
}
.AnyTagClassName
{
color: #47AAB2;
}
</style>
background-color css
<style>
a { background-color: #47AAB2; }
a { background-color: rgb(71,170,178); }
div.DivClassName
{
background-color: #47AAB2;
}
.BgClassName
{
background-color: #47AAB2;
}
</style>
border-color css
<style>
span { border-color: #47AAB2; }
span { border-color: rgb(71,170,178); }
td.TdClassName
{
border-color: #47AAB2;
}
.TagClassName
{
border-color: #47AAB2;
}
</style>