Shades of Viking #47BACE
Tints of Viking #47BACE
RGB
CMYK
RGB Variations
Color information
#47BACE (or 0x47BACE) is known color: Viking. HEX triplet: 47, BA and CE. RGB value is (71,186,206). Sum of RGB (Red+Green+Blue) = 71+186+206=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #47BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BACE is #B84531. Grayscale: #999999. Windows color (decimal): -12076338 or 13548103. OLE color: 13548103.
HSL color Cylindrical-coordinate representation of color #47BACE: hue angle of 188.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BACE is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 186 | 206 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.19 |
| HSL | 188.89º | 0.58% | 0.54% | - |
| HSV(B) | 188.89º | 0.66% | 0.81% | - |
| XYZ | 31.3 | 40.91 | 64.64 | - |
| YUV | 153.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 206 | 0.66 | 0.10 | 0 | 0.19 | 188.89 | 0.58 | 0.54 |
| Hex | 47 | BA | CE | 42 | A | 0 | 13 | BD | 3A | 36 |
| Octal | 107 | 272 | 316 | 102 | 12 | 0 | 23 | 275 | 72 | 66 |
| Binary | 1000111 | 10111010 | 11001110 | 1000010 | 1010 | 0 | 10011 | 10111101 | 111010 | 110110 |
Color Harmonies of #47BACE
Complementary color
Monochromatic Colors of #47BACE
Black with #47BACE
Text Example
Text Example
White with #47BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BACE; }
p { color: rgb(71,186,206); }
H1.HeaderClassName
{
color: #47BACE;
}
.AnyTagClassName
{
color: #47BACE;
}
</style>
background-color css
<style>
a { background-color: #47BACE; }
a { background-color: rgb(71,186,206); }
div.DivClassName
{
background-color: #47BACE;
}
.BgClassName
{
background-color: #47BACE;
}
</style>
border-color css
<style>
span { border-color: #47BACE; }
span { border-color: rgb(71,186,206); }
td.TdClassName
{
border-color: #47BACE;
}
.TagClassName
{
border-color: #47BACE;
}
</style>