Shades of Viking #47BEC5
Tints of Viking #47BEC5
RGB
CMYK
RGB Variations
Color information
#47BEC5 (or 0x47BEC5) is known color: Viking. HEX triplet: 47, BE and C5. RGB value is (71,190,197). Sum of RGB (Red+Green+Blue) = 71+190+197=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #47BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEC5 is #B8413A. Grayscale: #9B9B9B. Windows color (decimal): -12075323 or 12959303. OLE color: 12959303.
HSL color Cylindrical-coordinate representation of color #47BEC5: hue angle of 183.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BEC5 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 190 | 197 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.23 |
| HSL | 183.33º | 0.52% | 0.53% | - |
| HSV(B) | 183.33º | 0.64% | 0.77% | - |
| XYZ | 31.09 | 42.2 | 59.33 | - |
| YUV | 155.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 197 | 0.64 | 0.04 | 0 | 0.23 | 183.33 | 0.52 | 0.53 |
| Hex | 47 | BE | C5 | 40 | 4 | 0 | 17 | B7 | 34 | 35 |
| Octal | 107 | 276 | 305 | 100 | 4 | 0 | 27 | 267 | 64 | 65 |
| Binary | 1000111 | 10111110 | 11000101 | 1000000 | 100 | 0 | 10111 | 10110111 | 110100 | 110101 |
Color Harmonies of #47BEC5
Complementary color
Monochromatic Colors of #47BEC5
Black with #47BEC5
Text Example
Text Example
White with #47BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEC5; }
p { color: rgb(71,190,197); }
H1.HeaderClassName
{
color: #47BEC5;
}
.AnyTagClassName
{
color: #47BEC5;
}
</style>
background-color css
<style>
a { background-color: #47BEC5; }
a { background-color: rgb(71,190,197); }
div.DivClassName
{
background-color: #47BEC5;
}
.BgClassName
{
background-color: #47BEC5;
}
</style>
border-color css
<style>
span { border-color: #47BEC5; }
span { border-color: rgb(71,190,197); }
td.TdClassName
{
border-color: #47BEC5;
}
.TagClassName
{
border-color: #47BEC5;
}
</style>