Shades of Viking #47B1C0
Tints of Viking #47B1C0
RGB
CMYK
RGB Variations
Color information
#47B1C0 (or 0x47B1C0) is known color: Viking. HEX triplet: 47, B1 and C0. RGB value is (71,177,192). Sum of RGB (Red+Green+Blue) = 71+177+192=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #47B1C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B1C0 is #B84E3F. Grayscale: #929292. Windows color (decimal): -12078656 or 12628295. OLE color: 12628295.
HSL color Cylindrical-coordinate representation of color #47B1C0: hue angle of 187.44º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47B1C0 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 177 | 192 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.25 |
| HSL | 187.44º | 0.49% | 0.52% | - |
| HSV(B) | 187.44º | 0.63% | 0.75% | - |
| XYZ | 27.84 | 36.59 | 55.46 | - |
| YUV | 147.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 192 | 0.63 | 0.08 | 0 | 0.25 | 187.44 | 0.49 | 0.52 |
| Hex | 47 | B1 | C0 | 3F | 8 | 0 | 19 | BB | 31 | 34 |
| Octal | 107 | 261 | 300 | 77 | 10 | 0 | 31 | 273 | 61 | 64 |
| Binary | 1000111 | 10110001 | 11000000 | 111111 | 1000 | 0 | 11001 | 10111011 | 110001 | 110100 |
Color Harmonies of #47B1C0
Complementary color
Monochromatic Colors of #47B1C0
Black with #47B1C0
Text Example
Text Example
White with #47B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B1C0; }
p { color: rgb(71,177,192); }
H1.HeaderClassName
{
color: #47B1C0;
}
.AnyTagClassName
{
color: #47B1C0;
}
</style>
background-color css
<style>
a { background-color: #47B1C0; }
a { background-color: rgb(71,177,192); }
div.DivClassName
{
background-color: #47B1C0;
}
.BgClassName
{
background-color: #47B1C0;
}
</style>
border-color css
<style>
span { border-color: #47B1C0; }
span { border-color: rgb(71,177,192); }
td.TdClassName
{
border-color: #47B1C0;
}
.TagClassName
{
border-color: #47B1C0;
}
</style>