Shades of Viking #47AAC5
Tints of Viking #47AAC5
RGB
CMYK
RGB Variations
Color information
#47AAC5 (or 0x47AAC5) is known color: Viking. HEX triplet: 47, AA and C5. RGB value is (71,170,197). Sum of RGB (Red+Green+Blue) = 71+170+197=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #47AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AAC5 is #B8553A. Grayscale: #8F8F8F. Windows color (decimal): -12080443 or 12954183. OLE color: 12954183.
HSL color Cylindrical-coordinate representation of color #47AAC5: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47AAC5 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 170 | 197 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.23 |
| HSL | 192.86º | 0.52% | 0.53% | - |
| HSV(B) | 192.86º | 0.64% | 0.77% | - |
| XYZ | 27.05 | 34.12 | 57.98 | - |
| YUV | 143.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 197 | 0.64 | 0.14 | 0 | 0.23 | 192.86 | 0.52 | 0.53 |
| Hex | 47 | AA | C5 | 40 | E | 0 | 17 | C1 | 34 | 35 |
| Octal | 107 | 252 | 305 | 100 | 16 | 0 | 27 | 301 | 64 | 65 |
| Binary | 1000111 | 10101010 | 11000101 | 1000000 | 1110 | 0 | 10111 | 11000001 | 110100 | 110101 |
Color Harmonies of #47AAC5
Complementary color
Monochromatic Colors of #47AAC5
Black with #47AAC5
Text Example
Text Example
White with #47AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAC5; }
p { color: rgb(71,170,197); }
H1.HeaderClassName
{
color: #47AAC5;
}
.AnyTagClassName
{
color: #47AAC5;
}
</style>
background-color css
<style>
a { background-color: #47AAC5; }
a { background-color: rgb(71,170,197); }
div.DivClassName
{
background-color: #47AAC5;
}
.BgClassName
{
background-color: #47AAC5;
}
</style>
border-color css
<style>
span { border-color: #47AAC5; }
span { border-color: rgb(71,170,197); }
td.TdClassName
{
border-color: #47AAC5;
}
.TagClassName
{
border-color: #47AAC5;
}
</style>