Shades of Viking #47B2BB
Tints of Viking #47B2BB
RGB
CMYK
RGB Variations
Color information
#47B2BB (or 0x47B2BB) is known color: Viking. HEX triplet: 47, B2 and BB. RGB value is (71,178,187). Sum of RGB (Red+Green+Blue) = 71+178+187=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #47B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B2BB is #B84D44. Grayscale: #929292. Windows color (decimal): -12078405 or 12300871. OLE color: 12300871.
HSL color Cylindrical-coordinate representation of color #47B2BB: hue angle of 184.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B2BB is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 178 | 187 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.27 |
| HSL | 184.66º | 0.46% | 0.51% | - |
| HSV(B) | 184.66º | 0.62% | 0.73% | - |
| XYZ | 27.49 | 36.77 | 52.66 | - |
| YUV | 147.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 187 | 0.62 | 0.05 | 0 | 0.27 | 184.66 | 0.46 | 0.51 |
| Hex | 47 | B2 | BB | 3E | 5 | 0 | 1B | B9 | 2E | 33 |
| Octal | 107 | 262 | 273 | 76 | 5 | 0 | 33 | 271 | 56 | 63 |
| Binary | 1000111 | 10110010 | 10111011 | 111110 | 101 | 0 | 11011 | 10111001 | 101110 | 110011 |
Color Harmonies of #47B2BB
Complementary color
Monochromatic Colors of #47B2BB
Black with #47B2BB
Text Example
Text Example
White with #47B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2BB; }
p { color: rgb(71,178,187); }
H1.HeaderClassName
{
color: #47B2BB;
}
.AnyTagClassName
{
color: #47B2BB;
}
</style>
background-color css
<style>
a { background-color: #47B2BB; }
a { background-color: rgb(71,178,187); }
div.DivClassName
{
background-color: #47B2BB;
}
.BgClassName
{
background-color: #47B2BB;
}
</style>
border-color css
<style>
span { border-color: #47B2BB; }
span { border-color: rgb(71,178,187); }
td.TdClassName
{
border-color: #47B2BB;
}
.TagClassName
{
border-color: #47B2BB;
}
</style>