Shades of Viking #47BFD6
Tints of Viking #47BFD6
RGB
CMYK
RGB Variations
Color information
#47BFD6 (or 0x47BFD6) is known color: Viking. HEX triplet: 47, BF and D6. RGB value is (71,191,214). Sum of RGB (Red+Green+Blue) = 71+191+214=476 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.92% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #47BFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFD6 is #B84029. Grayscale: #9D9D9D. Windows color (decimal): -12075050 or 14073671. OLE color: 14073671.
HSL color Cylindrical-coordinate representation of color #47BFD6: hue angle of 189.65º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BFD6 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 191 | 214 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.16 |
| HSL | 189.65º | 0.64% | 0.56% | - |
| HSV(B) | 189.65º | 0.67% | 0.84% | - |
| XYZ | 33.37 | 43.46 | 70.25 | - |
| YUV | 157.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 214 | 0.67 | 0.11 | 0 | 0.16 | 189.65 | 0.64 | 0.56 |
| Hex | 47 | BF | D6 | 43 | B | 0 | 10 | BE | 40 | 38 |
| Octal | 107 | 277 | 326 | 103 | 13 | 0 | 20 | 276 | 100 | 70 |
| Binary | 1000111 | 10111111 | 11010110 | 1000011 | 1011 | 0 | 10000 | 10111110 | 1000000 | 111000 |
Color Harmonies of #47BFD6
Complementary color
Monochromatic Colors of #47BFD6
Black with #47BFD6
Text Example
Text Example
White with #47BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFD6; }
p { color: rgb(71,191,214); }
H1.HeaderClassName
{
color: #47BFD6;
}
.AnyTagClassName
{
color: #47BFD6;
}
</style>
background-color css
<style>
a { background-color: #47BFD6; }
a { background-color: rgb(71,191,214); }
div.DivClassName
{
background-color: #47BFD6;
}
.BgClassName
{
background-color: #47BFD6;
}
</style>
border-color css
<style>
span { border-color: #47BFD6; }
span { border-color: rgb(71,191,214); }
td.TdClassName
{
border-color: #47BFD6;
}
.TagClassName
{
border-color: #47BFD6;
}
</style>