Shades of Viking #47B7CE
Tints of Viking #47B7CE
RGB
CMYK
RGB Variations
Color information
#47B7CE (or 0x47B7CE) is known color: Viking. HEX triplet: 47, B7 and CE. RGB value is (71,183,206). Sum of RGB (Red+Green+Blue) = 71+183+206=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #47B7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B7CE is #B84831. Grayscale: #979797. Windows color (decimal): -12077106 or 13547335. OLE color: 13547335.
HSL color Cylindrical-coordinate representation of color #47B7CE: hue angle of 190.22º 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 #47B7CE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 183 | 206 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.19 |
| HSL | 190.22º | 0.58% | 0.54% | - |
| HSV(B) | 190.22º | 0.66% | 0.81% | - |
| XYZ | 30.67 | 39.66 | 64.43 | - |
| YUV | 152.13 | 158.39 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 206 | 0.66 | 0.11 | 0 | 0.19 | 190.22 | 0.58 | 0.54 |
| Hex | 47 | B7 | CE | 42 | B | 0 | 13 | BE | 3A | 36 |
| Octal | 107 | 267 | 316 | 102 | 13 | 0 | 23 | 276 | 72 | 66 |
| Binary | 1000111 | 10110111 | 11001110 | 1000010 | 1011 | 0 | 10011 | 10111110 | 111010 | 110110 |
Color Harmonies of #47B7CE
Complementary color
Monochromatic Colors of #47B7CE
Black with #47B7CE
Text Example
Text Example
White with #47B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B7CE; }
p { color: rgb(71,183,206); }
H1.HeaderClassName
{
color: #47B7CE;
}
.AnyTagClassName
{
color: #47B7CE;
}
</style>
background-color css
<style>
a { background-color: #47B7CE; }
a { background-color: rgb(71,183,206); }
div.DivClassName
{
background-color: #47B7CE;
}
.BgClassName
{
background-color: #47B7CE;
}
</style>
border-color css
<style>
span { border-color: #47B7CE; }
span { border-color: rgb(71,183,206); }
td.TdClassName
{
border-color: #47B7CE;
}
.TagClassName
{
border-color: #47B7CE;
}
</style>