Shades of Viking #47AAC2
Tints of Viking #47AAC2
RGB
CMYK
RGB Variations
Color information
#47AAC2 (or 0x47AAC2) is known color: Viking. HEX triplet: 47, AA and C2. RGB value is (71,170,194). Sum of RGB (Red+Green+Blue) = 71+170+194=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #47AAC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AAC2 is #B8553D. Grayscale: #8E8E8E. Windows color (decimal): -12080446 or 12757575. OLE color: 12757575.
HSL color Cylindrical-coordinate representation of color #47AAC2: hue angle of 191.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47AAC2 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 170 | 194 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.24 |
| HSL | 191.71º | 0.5% | 0.52% | - |
| HSV(B) | 191.71º | 0.63% | 0.76% | - |
| XYZ | 26.71 | 33.98 | 56.19 | - |
| YUV | 143.14 | 156.7 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 194 | 0.63 | 0.12 | 0 | 0.24 | 191.71 | 0.5 | 0.52 |
| Hex | 47 | AA | C2 | 3F | C | 0 | 18 | C0 | 32 | 34 |
| Octal | 107 | 252 | 302 | 77 | 14 | 0 | 30 | 300 | 62 | 64 |
| Binary | 1000111 | 10101010 | 11000010 | 111111 | 1100 | 0 | 11000 | 11000000 | 110010 | 110100 |
Color Harmonies of #47AAC2
Complementary color
Monochromatic Colors of #47AAC2
Black with #47AAC2
Text Example
Text Example
White with #47AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAC2; }
p { color: rgb(71,170,194); }
H1.HeaderClassName
{
color: #47AAC2;
}
.AnyTagClassName
{
color: #47AAC2;
}
</style>
background-color css
<style>
a { background-color: #47AAC2; }
a { background-color: rgb(71,170,194); }
div.DivClassName
{
background-color: #47AAC2;
}
.BgClassName
{
background-color: #47AAC2;
}
</style>
border-color css
<style>
span { border-color: #47AAC2; }
span { border-color: rgb(71,170,194); }
td.TdClassName
{
border-color: #47AAC2;
}
.TagClassName
{
border-color: #47AAC2;
}
</style>