Shades of Viking #47BAC6
Tints of Viking #47BAC6
RGB
CMYK
RGB Variations
Color information
#47BAC6 (or 0x47BAC6) is known color: Viking. HEX triplet: 47, BA and C6. RGB value is (71,186,198). Sum of RGB (Red+Green+Blue) = 71+186+198=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #47BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAC6 is #B84539. Grayscale: #989898. Windows color (decimal): -12076346 or 13023815. OLE color: 13023815.
HSL color Cylindrical-coordinate representation of color #47BAC6: hue angle of 185.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BAC6 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 186 | 198 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.22 |
| HSL | 185.67º | 0.53% | 0.53% | - |
| HSV(B) | 185.67º | 0.64% | 0.78% | - |
| XYZ | 30.35 | 40.53 | 59.65 | - |
| YUV | 152.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 198 | 0.64 | 0.06 | 0 | 0.22 | 185.67 | 0.53 | 0.53 |
| Hex | 47 | BA | C6 | 40 | 6 | 0 | 16 | BA | 35 | 35 |
| Octal | 107 | 272 | 306 | 100 | 6 | 0 | 26 | 272 | 65 | 65 |
| Binary | 1000111 | 10111010 | 11000110 | 1000000 | 110 | 0 | 10110 | 10111010 | 110101 | 110101 |
Color Harmonies of #47BAC6
Complementary color
Monochromatic Colors of #47BAC6
Black with #47BAC6
Text Example
Text Example
White with #47BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAC6; }
p { color: rgb(71,186,198); }
H1.HeaderClassName
{
color: #47BAC6;
}
.AnyTagClassName
{
color: #47BAC6;
}
</style>
background-color css
<style>
a { background-color: #47BAC6; }
a { background-color: rgb(71,186,198); }
div.DivClassName
{
background-color: #47BAC6;
}
.BgClassName
{
background-color: #47BAC6;
}
</style>
border-color css
<style>
span { border-color: #47BAC6; }
span { border-color: rgb(71,186,198); }
td.TdClassName
{
border-color: #47BAC6;
}
.TagClassName
{
border-color: #47BAC6;
}
</style>