Shades of Viking #47BBBE
Tints of Viking #47BBBE
RGB
CMYK
RGB Variations
Color information
#47BBBE (or 0x47BBBE) is known color: Viking. HEX triplet: 47, BB and BE. RGB value is (71,187,190). Sum of RGB (Red+Green+Blue) = 71+187+190=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #47BBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBBE is #B84441. Grayscale: #989898. Windows color (decimal): -12076098 or 12499783. OLE color: 12499783.
HSL color Cylindrical-coordinate representation of color #47BBBE: hue angle of 181.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BBBE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 187 | 190 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.25 |
| HSL | 181.51º | 0.48% | 0.51% | - |
| HSV(B) | 181.51º | 0.63% | 0.75% | - |
| XYZ | 29.66 | 40.6 | 54.99 | - |
| YUV | 152.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 190 | 0.63 | 0.02 | 0 | 0.25 | 181.51 | 0.48 | 0.51 |
| Hex | 47 | BB | BE | 3F | 2 | 0 | 19 | B6 | 30 | 33 |
| Octal | 107 | 273 | 276 | 77 | 2 | 0 | 31 | 266 | 60 | 63 |
| Binary | 1000111 | 10111011 | 10111110 | 111111 | 10 | 0 | 11001 | 10110110 | 110000 | 110011 |
Color Harmonies of #47BBBE
Complementary color
Monochromatic Colors of #47BBBE
Black with #47BBBE
Text Example
Text Example
White with #47BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BBBE; }
p { color: rgb(71,187,190); }
H1.HeaderClassName
{
color: #47BBBE;
}
.AnyTagClassName
{
color: #47BBBE;
}
</style>
background-color css
<style>
a { background-color: #47BBBE; }
a { background-color: rgb(71,187,190); }
div.DivClassName
{
background-color: #47BBBE;
}
.BgClassName
{
background-color: #47BBBE;
}
</style>
border-color css
<style>
span { border-color: #47BBBE; }
span { border-color: rgb(71,187,190); }
td.TdClassName
{
border-color: #47BBBE;
}
.TagClassName
{
border-color: #47BBBE;
}
</style>