Shades of Viking #47BACF
Tints of Viking #47BACF
RGB
CMYK
RGB Variations
Color information
#47BACF (or 0x47BACF) is known color: Viking. HEX triplet: 47, BA and CF. RGB value is (71,186,207). Sum of RGB (Red+Green+Blue) = 71+186+207=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #47BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BACF is #B84530. Grayscale: #999999. Windows color (decimal): -12076337 or 13613639. OLE color: 13613639.
HSL color Cylindrical-coordinate representation of color #47BACF: hue angle of 189.26º 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 #47BACF is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 186 | 207 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.19 |
| HSL | 189.26º | 0.59% | 0.55% | - |
| HSV(B) | 189.26º | 0.66% | 0.81% | - |
| XYZ | 31.42 | 40.96 | 65.28 | - |
| YUV | 154.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 207 | 0.66 | 0.10 | 0 | 0.19 | 189.26 | 0.59 | 0.55 |
| Hex | 47 | BA | CF | 42 | A | 0 | 13 | BD | 3B | 37 |
| Octal | 107 | 272 | 317 | 102 | 12 | 0 | 23 | 275 | 73 | 67 |
| Binary | 1000111 | 10111010 | 11001111 | 1000010 | 1010 | 0 | 10011 | 10111101 | 111011 | 110111 |
Color Harmonies of #47BACF
Complementary color
Monochromatic Colors of #47BACF
Black with #47BACF
Text Example
Text Example
White with #47BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BACF; }
p { color: rgb(71,186,207); }
H1.HeaderClassName
{
color: #47BACF;
}
.AnyTagClassName
{
color: #47BACF;
}
</style>
background-color css
<style>
a { background-color: #47BACF; }
a { background-color: rgb(71,186,207); }
div.DivClassName
{
background-color: #47BACF;
}
.BgClassName
{
background-color: #47BACF;
}
</style>
border-color css
<style>
span { border-color: #47BACF; }
span { border-color: rgb(71,186,207); }
td.TdClassName
{
border-color: #47BACF;
}
.TagClassName
{
border-color: #47BACF;
}
</style>