Shades of Viking #47BEC6
Tints of Viking #47BEC6
RGB
CMYK
RGB Variations
Color information
#47BEC6 (or 0x47BEC6) is known color: Viking. HEX triplet: 47, BE and C6. RGB value is (71,190,198). Sum of RGB (Red+Green+Blue) = 71+190+198=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #47BEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEC6 is #B84139. Grayscale: #9B9B9B. Windows color (decimal): -12075322 or 13024839. OLE color: 13024839.
HSL color Cylindrical-coordinate representation of color #47BEC6: hue angle of 183.78º 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 #47BEC6 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 190 | 198 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.22 |
| HSL | 183.78º | 0.53% | 0.53% | - |
| HSV(B) | 183.78º | 0.64% | 0.78% | - |
| XYZ | 31.21 | 42.24 | 59.94 | - |
| YUV | 155.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 198 | 0.64 | 0.04 | 0 | 0.22 | 183.78 | 0.53 | 0.53 |
| Hex | 47 | BE | C6 | 40 | 4 | 0 | 16 | B8 | 35 | 35 |
| Octal | 107 | 276 | 306 | 100 | 4 | 0 | 26 | 270 | 65 | 65 |
| Binary | 1000111 | 10111110 | 11000110 | 1000000 | 100 | 0 | 10110 | 10111000 | 110101 | 110101 |
Color Harmonies of #47BEC6
Complementary color
Monochromatic Colors of #47BEC6
Black with #47BEC6
Text Example
Text Example
White with #47BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEC6; }
p { color: rgb(71,190,198); }
H1.HeaderClassName
{
color: #47BEC6;
}
.AnyTagClassName
{
color: #47BEC6;
}
</style>
background-color css
<style>
a { background-color: #47BEC6; }
a { background-color: rgb(71,190,198); }
div.DivClassName
{
background-color: #47BEC6;
}
.BgClassName
{
background-color: #47BEC6;
}
</style>
border-color css
<style>
span { border-color: #47BEC6; }
span { border-color: rgb(71,190,198); }
td.TdClassName
{
border-color: #47BEC6;
}
.TagClassName
{
border-color: #47BEC6;
}
</style>