Shades of Viking #47BCCE
Tints of Viking #47BCCE
RGB
CMYK
RGB Variations
Color information
#47BCCE (or 0x47BCCE) is known color: Viking. HEX triplet: 47, BC and CE. RGB value is (71,188,206). Sum of RGB (Red+Green+Blue) = 71+188+206=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #47BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BCCE is #B84331. Grayscale: #9A9A9A. Windows color (decimal): -12075826 or 13548615. OLE color: 13548615.
HSL color Cylindrical-coordinate representation of color #47BCCE: hue angle of 188º 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 #47BCCE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 188 | 206 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.19 |
| HSL | 188º | 0.58% | 0.54% | - |
| HSV(B) | 188º | 0.66% | 0.81% | - |
| XYZ | 31.72 | 41.76 | 64.78 | - |
| YUV | 155.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 206 | 0.66 | 0.09 | 0 | 0.19 | 188 | 0.58 | 0.54 |
| Hex | 47 | BC | CE | 42 | 9 | 0 | 13 | BC | 3A | 36 |
| Octal | 107 | 274 | 316 | 102 | 11 | 0 | 23 | 274 | 72 | 66 |
| Binary | 1000111 | 10111100 | 11001110 | 1000010 | 1001 | 0 | 10011 | 10111100 | 111010 | 110110 |
Color Harmonies of #47BCCE
Complementary color
Monochromatic Colors of #47BCCE
Black with #47BCCE
Text Example
Text Example
White with #47BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BCCE; }
p { color: rgb(71,188,206); }
H1.HeaderClassName
{
color: #47BCCE;
}
.AnyTagClassName
{
color: #47BCCE;
}
</style>
background-color css
<style>
a { background-color: #47BCCE; }
a { background-color: rgb(71,188,206); }
div.DivClassName
{
background-color: #47BCCE;
}
.BgClassName
{
background-color: #47BCCE;
}
</style>
border-color css
<style>
span { border-color: #47BCCE; }
span { border-color: rgb(71,188,206); }
td.TdClassName
{
border-color: #47BCCE;
}
.TagClassName
{
border-color: #47BCCE;
}
</style>