Shades of Viking #47A3C5
Tints of Viking #47A3C5
RGB
CMYK
RGB Variations
Color information
#47A3C5 (or 0x47A3C5) is known color: Viking. HEX triplet: 47, A3 and C5. RGB value is (71,163,197). Sum of RGB (Red+Green+Blue) = 71+163+197=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #47A3C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A3C5 is #B85C3A. Grayscale: #8B8B8B. Windows color (decimal): -12082235 or 12952391. OLE color: 12952391.
HSL color Cylindrical-coordinate representation of color #47A3C5: hue angle of 196.19º 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 #47A3C5 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 163 | 197 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.23 |
| HSL | 196.19º | 0.52% | 0.53% | - |
| HSV(B) | 196.19º | 0.64% | 0.77% | - |
| XYZ | 25.77 | 31.57 | 57.56 | - |
| YUV | 139.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 163 | 197 | 0.64 | 0.17 | 0 | 0.23 | 196.19 | 0.52 | 0.53 |
| Hex | 47 | A3 | C5 | 40 | 11 | 0 | 17 | C4 | 34 | 35 |
| Octal | 107 | 243 | 305 | 100 | 21 | 0 | 27 | 304 | 64 | 65 |
| Binary | 1000111 | 10100011 | 11000101 | 1000000 | 10001 | 0 | 10111 | 11000100 | 110100 | 110101 |
Color Harmonies of #47A3C5
Complementary color
Monochromatic Colors of #47A3C5
Black with #47A3C5
Text Example
Text Example
White with #47A3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A3C5; }
p { color: rgb(71,163,197); }
H1.HeaderClassName
{
color: #47A3C5;
}
.AnyTagClassName
{
color: #47A3C5;
}
</style>
background-color css
<style>
a { background-color: #47A3C5; }
a { background-color: rgb(71,163,197); }
div.DivClassName
{
background-color: #47A3C5;
}
.BgClassName
{
background-color: #47A3C5;
}
</style>
border-color css
<style>
span { border-color: #47A3C5; }
span { border-color: rgb(71,163,197); }
td.TdClassName
{
border-color: #47A3C5;
}
.TagClassName
{
border-color: #47A3C5;
}
</style>