Shades of Viking #47BFCF
Tints of Viking #47BFCF
RGB
CMYK
RGB Variations
Color information
#47BFCF (or 0x47BFCF) is known color: Viking. HEX triplet: 47, BF and CF. RGB value is (71,191,207). Sum of RGB (Red+Green+Blue) = 71+191+207=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #47BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFCF is #B84030. Grayscale: #9C9C9C. Windows color (decimal): -12075057 or 13614919. OLE color: 13614919.
HSL color Cylindrical-coordinate representation of color #47BFCF: hue angle of 187.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BFCF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 191 | 207 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.19 |
| HSL | 187.06º | 0.59% | 0.55% | - |
| HSV(B) | 187.06º | 0.66% | 0.81% | - |
| XYZ | 32.49 | 43.11 | 65.64 | - |
| YUV | 156.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 207 | 0.66 | 0.08 | 0 | 0.19 | 187.06 | 0.59 | 0.55 |
| Hex | 47 | BF | CF | 42 | 8 | 0 | 13 | BB | 3B | 37 |
| Octal | 107 | 277 | 317 | 102 | 10 | 0 | 23 | 273 | 73 | 67 |
| Binary | 1000111 | 10111111 | 11001111 | 1000010 | 1000 | 0 | 10011 | 10111011 | 111011 | 110111 |
Color Harmonies of #47BFCF
Complementary color
Monochromatic Colors of #47BFCF
Black with #47BFCF
Text Example
Text Example
White with #47BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFCF; }
p { color: rgb(71,191,207); }
H1.HeaderClassName
{
color: #47BFCF;
}
.AnyTagClassName
{
color: #47BFCF;
}
</style>
background-color css
<style>
a { background-color: #47BFCF; }
a { background-color: rgb(71,191,207); }
div.DivClassName
{
background-color: #47BFCF;
}
.BgClassName
{
background-color: #47BFCF;
}
</style>
border-color css
<style>
span { border-color: #47BFCF; }
span { border-color: rgb(71,191,207); }
td.TdClassName
{
border-color: #47BFCF;
}
.TagClassName
{
border-color: #47BFCF;
}
</style>