Shades of Viking #47B7BB
Tints of Viking #47B7BB
RGB
CMYK
RGB Variations
Color information
#47B7BB (or 0x47B7BB) is known color: Viking. HEX triplet: 47, B7 and BB. RGB value is (71,183,187). Sum of RGB (Red+Green+Blue) = 71+183+187=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #47B7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B7BB is #B84844. Grayscale: #959595. Windows color (decimal): -12077125 or 12302151. OLE color: 12302151.
HSL color Cylindrical-coordinate representation of color #47B7BB: hue angle of 182.07º 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 #47B7BB is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 183 | 187 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.27 |
| HSL | 182.07º | 0.46% | 0.51% | - |
| HSV(B) | 182.07º | 0.62% | 0.73% | - |
| XYZ | 28.5 | 38.79 | 53 | - |
| YUV | 149.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 187 | 0.62 | 0.02 | 0 | 0.27 | 182.07 | 0.46 | 0.51 |
| Hex | 47 | B7 | BB | 3E | 2 | 0 | 1B | B6 | 2E | 33 |
| Octal | 107 | 267 | 273 | 76 | 2 | 0 | 33 | 266 | 56 | 63 |
| Binary | 1000111 | 10110111 | 10111011 | 111110 | 10 | 0 | 11011 | 10110110 | 101110 | 110011 |
Color Harmonies of #47B7BB
Complementary color
Monochromatic Colors of #47B7BB
Black with #47B7BB
Text Example
Text Example
White with #47B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7BB; }
p { color: rgb(71,183,187); }
H1.HeaderClassName
{
color: #47B7BB;
}
.AnyTagClassName
{
color: #47B7BB;
}
</style>
background-color css
<style>
a { background-color: #47B7BB; }
a { background-color: rgb(71,183,187); }
div.DivClassName
{
background-color: #47B7BB;
}
.BgClassName
{
background-color: #47B7BB;
}
</style>
border-color css
<style>
span { border-color: #47B7BB; }
span { border-color: rgb(71,183,187); }
td.TdClassName
{
border-color: #47B7BB;
}
.TagClassName
{
border-color: #47B7BB;
}
</style>