Shades of Viking #47BBBC
Tints of Viking #47BBBC
RGB
CMYK
RGB Variations
Color information
#47BBBC (or 0x47BBBC) is known color: Viking. HEX triplet: 47, BB and BC. RGB value is (71,187,188). Sum of RGB (Red+Green+Blue) = 71+187+188=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #47BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBBC is #B84443. Grayscale: #989898. Windows color (decimal): -12076100 or 12368711. OLE color: 12368711.
HSL color Cylindrical-coordinate representation of color #47BBBC: hue angle of 180.51º 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 #47BBBC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 187 | 188 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.26 |
| HSL | 180.51º | 0.47% | 0.51% | - |
| HSV(B) | 180.51º | 0.62% | 0.74% | - |
| XYZ | 29.45 | 40.51 | 53.84 | - |
| YUV | 152.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 188 | 0.62 | 0.01 | 0 | 0.26 | 180.51 | 0.47 | 0.51 |
| Hex | 47 | BB | BC | 3E | 1 | 0 | 1A | B5 | 2F | 33 |
| Octal | 107 | 273 | 274 | 76 | 1 | 0 | 32 | 265 | 57 | 63 |
| Binary | 1000111 | 10111011 | 10111100 | 111110 | 1 | 0 | 11010 | 10110101 | 101111 | 110011 |
Color Harmonies of #47BBBC
Complementary color
Monochromatic Colors of #47BBBC
Black with #47BBBC
Text Example
Text Example
White with #47BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBBC; }
p { color: rgb(71,187,188); }
H1.HeaderClassName
{
color: #47BBBC;
}
.AnyTagClassName
{
color: #47BBBC;
}
</style>
background-color css
<style>
a { background-color: #47BBBC; }
a { background-color: rgb(71,187,188); }
div.DivClassName
{
background-color: #47BBBC;
}
.BgClassName
{
background-color: #47BBBC;
}
</style>
border-color css
<style>
span { border-color: #47BBBC; }
span { border-color: rgb(71,187,188); }
td.TdClassName
{
border-color: #47BBBC;
}
.TagClassName
{
border-color: #47BBBC;
}
</style>