Shades of Viking #47C1D0
Tints of Viking #47C1D0
RGB
CMYK
RGB Variations
Color information
#47C1D0 (or 0x47C1D0) is known color: Viking. HEX triplet: 47, C1 and D0. RGB value is (71,193,208). Sum of RGB (Red+Green+Blue) = 71+193+208=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #47C1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1D0 is #B83E2F. Grayscale: #9E9E9E. Windows color (decimal): -12074544 or 13680967. OLE color: 13680967.
HSL color Cylindrical-coordinate representation of color #47C1D0: hue angle of 186.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47C1D0 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 193 | 208 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.18 |
| HSL | 186.57º | 0.59% | 0.55% | - |
| HSV(B) | 186.57º | 0.66% | 0.82% | - |
| XYZ | 33.05 | 44.03 | 66.43 | - |
| YUV | 158.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 208 | 0.66 | 0.07 | 0 | 0.18 | 186.57 | 0.59 | 0.55 |
| Hex | 47 | C1 | D0 | 42 | 7 | 0 | 12 | BB | 3B | 37 |
| Octal | 107 | 301 | 320 | 102 | 7 | 0 | 22 | 273 | 73 | 67 |
| Binary | 1000111 | 11000001 | 11010000 | 1000010 | 111 | 0 | 10010 | 10111011 | 111011 | 110111 |
Color Harmonies of #47C1D0
Complementary color
Monochromatic Colors of #47C1D0
Black with #47C1D0
Text Example
Text Example
White with #47C1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C1D0; }
p { color: rgb(71,193,208); }
H1.HeaderClassName
{
color: #47C1D0;
}
.AnyTagClassName
{
color: #47C1D0;
}
</style>
background-color css
<style>
a { background-color: #47C1D0; }
a { background-color: rgb(71,193,208); }
div.DivClassName
{
background-color: #47C1D0;
}
.BgClassName
{
background-color: #47C1D0;
}
</style>
border-color css
<style>
span { border-color: #47C1D0; }
span { border-color: rgb(71,193,208); }
td.TdClassName
{
border-color: #47C1D0;
}
.TagClassName
{
border-color: #47C1D0;
}
</style>