Shades of Viking #47ABC7
Tints of Viking #47ABC7
RGB
CMYK
RGB Variations
Color information
#47ABC7 (or 0x47ABC7) is known color: Viking. HEX triplet: 47, AB and C7. RGB value is (71,171,199). Sum of RGB (Red+Green+Blue) = 71+171+199=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #47ABC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABC7 is #B85438. Grayscale: #909090. Windows color (decimal): -12080185 or 13085511. OLE color: 13085511.
HSL color Cylindrical-coordinate representation of color #47ABC7: hue angle of 193.12º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47ABC7 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 171 | 199 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.22 |
| HSL | 193.13º | 0.53% | 0.53% | - |
| HSV(B) | 193.13º | 0.64% | 0.78% | - |
| XYZ | 27.47 | 34.59 | 59.26 | - |
| YUV | 144.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 199 | 0.64 | 0.14 | 0 | 0.22 | 193.13 | 0.53 | 0.53 |
| Hex | 47 | AB | C7 | 40 | E | 0 | 16 | C1 | 35 | 35 |
| Octal | 107 | 253 | 307 | 100 | 16 | 0 | 26 | 301 | 65 | 65 |
| Binary | 1000111 | 10101011 | 11000111 | 1000000 | 1110 | 0 | 10110 | 11000001 | 110101 | 110101 |
Color Harmonies of #47ABC7
Complementary color
Monochromatic Colors of #47ABC7
Black with #47ABC7
Text Example
Text Example
White with #47ABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABC7; }
p { color: rgb(71,171,199); }
H1.HeaderClassName
{
color: #47ABC7;
}
.AnyTagClassName
{
color: #47ABC7;
}
</style>
background-color css
<style>
a { background-color: #47ABC7; }
a { background-color: rgb(71,171,199); }
div.DivClassName
{
background-color: #47ABC7;
}
.BgClassName
{
background-color: #47ABC7;
}
</style>
border-color css
<style>
span { border-color: #47ABC7; }
span { border-color: rgb(71,171,199); }
td.TdClassName
{
border-color: #47ABC7;
}
.TagClassName
{
border-color: #47ABC7;
}
</style>