Shades of Viking #47BED9
Tints of Viking #47BED9
RGB
CMYK
RGB Variations
Color information
#47BED9 (or 0x47BED9) is known color: Viking. HEX triplet: 47, BE and D9. RGB value is (71,190,217). Sum of RGB (Red+Green+Blue) = 71+190+217=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #47BED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BED9 is #B84126. Grayscale: #9D9D9D. Windows color (decimal): -12075303 or 14270023. OLE color: 14270023.
HSL color Cylindrical-coordinate representation of color #47BED9: hue angle of 191.1º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BED9 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 190 | 217 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.15 |
| HSL | 191.1º | 0.66% | 0.56% | - |
| HSV(B) | 191.1º | 0.67% | 0.85% | - |
| XYZ | 33.54 | 43.18 | 72.21 | - |
| YUV | 157.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 217 | 0.67 | 0.12 | 0 | 0.15 | 191.1 | 0.66 | 0.56 |
| Hex | 47 | BE | D9 | 43 | C | 0 | F | BF | 42 | 38 |
| Octal | 107 | 276 | 331 | 103 | 14 | 0 | 17 | 277 | 102 | 70 |
| Binary | 1000111 | 10111110 | 11011001 | 1000011 | 1100 | 0 | 1111 | 10111111 | 1000010 | 111000 |
Color Harmonies of #47BED9
Complementary color
Monochromatic Colors of #47BED9
Black with #47BED9
Text Example
Text Example
White with #47BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BED9; }
p { color: rgb(71,190,217); }
H1.HeaderClassName
{
color: #47BED9;
}
.AnyTagClassName
{
color: #47BED9;
}
</style>
background-color css
<style>
a { background-color: #47BED9; }
a { background-color: rgb(71,190,217); }
div.DivClassName
{
background-color: #47BED9;
}
.BgClassName
{
background-color: #47BED9;
}
</style>
border-color css
<style>
span { border-color: #47BED9; }
span { border-color: rgb(71,190,217); }
td.TdClassName
{
border-color: #47BED9;
}
.TagClassName
{
border-color: #47BED9;
}
</style>