Shades of Viking #47BCB8
Tints of Viking #47BCB8
RGB
CMYK
RGB Variations
Color information
#47BCB8 (or 0x47BCB8) is known color: Viking. HEX triplet: 47, BC and B8. RGB value is (71,188,184). Sum of RGB (Red+Green+Blue) = 71+188+184=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCB8 is #B84347. Grayscale: #989898. Windows color (decimal): -12075848 or 12106823. OLE color: 12106823.
HSL color Cylindrical-coordinate representation of color #47BCB8: hue angle of 177.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BCB8 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 184 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.26 |
| HSL | 177.95º | 0.47% | 0.51% | - |
| HSV(B) | 177.95º | 0.62% | 0.74% | - |
| XYZ | 29.23 | 40.77 | 51.68 | - |
| YUV | 152.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 184 | 0.62 | 0 | 0.02 | 0.26 | 177.95 | 0.47 | 0.51 |
| Hex | 47 | BC | B8 | 3E | 0 | 2 | 1A | B2 | 2F | 33 |
| Octal | 107 | 274 | 270 | 76 | 0 | 2 | 32 | 262 | 57 | 63 |
| Binary | 1000111 | 10111100 | 10111000 | 111110 | 0 | 10 | 11010 | 10110010 | 101111 | 110011 |
Color Harmonies of #47BCB8
Complementary color
Monochromatic Colors of #47BCB8
Black with #47BCB8
Text Example
Text Example
White with #47BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCB8; }
p { color: rgb(71,188,184); }
H1.HeaderClassName
{
color: #47BCB8;
}
.AnyTagClassName
{
color: #47BCB8;
}
</style>
background-color css
<style>
a { background-color: #47BCB8; }
a { background-color: rgb(71,188,184); }
div.DivClassName
{
background-color: #47BCB8;
}
.BgClassName
{
background-color: #47BCB8;
}
</style>
border-color css
<style>
span { border-color: #47BCB8; }
span { border-color: rgb(71,188,184); }
td.TdClassName
{
border-color: #47BCB8;
}
.TagClassName
{
border-color: #47BCB8;
}
</style>