Shades of Viking #47BAB7
Tints of Viking #47BAB7
RGB
CMYK
RGB Variations
Color information
#47BAB7 (or 0x47BAB7) is known color: Viking. HEX triplet: 47, BA and B7. RGB value is (71,186,183). Sum of RGB (Red+Green+Blue) = 71+186+183=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #47BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAB7 is #B84548. Grayscale: #979797. Windows color (decimal): -12076361 or 12040775. OLE color: 12040775.
HSL color Cylindrical-coordinate representation of color #47BAB7: hue angle of 178.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BAB7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 183 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.27 |
| HSL | 178.43º | 0.45% | 0.5% | - |
| HSV(B) | 178.43º | 0.62% | 0.73% | - |
| XYZ | 28.7 | 39.88 | 50.98 | - |
| YUV | 151.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 183 | 0.62 | 0 | 0.02 | 0.27 | 178.43 | 0.45 | 0.5 |
| Hex | 47 | BA | B7 | 3E | 0 | 2 | 1B | B2 | 2D | 32 |
| Octal | 107 | 272 | 267 | 76 | 0 | 2 | 33 | 262 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10110111 | 111110 | 0 | 10 | 11011 | 10110010 | 101101 | 110010 |
Color Harmonies of #47BAB7
Complementary color
Monochromatic Colors of #47BAB7
Black with #47BAB7
Text Example
Text Example
White with #47BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAB7; }
p { color: rgb(71,186,183); }
H1.HeaderClassName
{
color: #47BAB7;
}
.AnyTagClassName
{
color: #47BAB7;
}
</style>
background-color css
<style>
a { background-color: #47BAB7; }
a { background-color: rgb(71,186,183); }
div.DivClassName
{
background-color: #47BAB7;
}
.BgClassName
{
background-color: #47BAB7;
}
</style>
border-color css
<style>
span { border-color: #47BAB7; }
span { border-color: rgb(71,186,183); }
td.TdClassName
{
border-color: #47BAB7;
}
.TagClassName
{
border-color: #47BAB7;
}
</style>