Shades of Viking #47BFCC
Tints of Viking #47BFCC
RGB
CMYK
RGB Variations
Color information
#47BFCC (or 0x47BFCC) is known color: Viking. HEX triplet: 47, BF and CC. RGB value is (71,191,204). Sum of RGB (Red+Green+Blue) = 71+191+204=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #47BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFCC is #B84033. Grayscale: #9C9C9C. Windows color (decimal): -12075060 or 13418311. OLE color: 13418311.
HSL color Cylindrical-coordinate representation of color #47BFCC: hue angle of 185.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BFCC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 191 | 204 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.2 |
| HSL | 185.86º | 0.57% | 0.54% | - |
| HSV(B) | 185.86º | 0.65% | 0.8% | - |
| XYZ | 32.13 | 42.96 | 63.73 | - |
| YUV | 156.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 204 | 0.65 | 0.06 | 0 | 0.2 | 185.86 | 0.57 | 0.54 |
| Hex | 47 | BF | CC | 41 | 6 | 0 | 14 | BA | 39 | 36 |
| Octal | 107 | 277 | 314 | 101 | 6 | 0 | 24 | 272 | 71 | 66 |
| Binary | 1000111 | 10111111 | 11001100 | 1000001 | 110 | 0 | 10100 | 10111010 | 111001 | 110110 |
Color Harmonies of #47BFCC
Complementary color
Monochromatic Colors of #47BFCC
Black with #47BFCC
Text Example
Text Example
White with #47BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFCC; }
p { color: rgb(71,191,204); }
H1.HeaderClassName
{
color: #47BFCC;
}
.AnyTagClassName
{
color: #47BFCC;
}
</style>
background-color css
<style>
a { background-color: #47BFCC; }
a { background-color: rgb(71,191,204); }
div.DivClassName
{
background-color: #47BFCC;
}
.BgClassName
{
background-color: #47BFCC;
}
</style>
border-color css
<style>
span { border-color: #47BFCC; }
span { border-color: rgb(71,191,204); }
td.TdClassName
{
border-color: #47BFCC;
}
.TagClassName
{
border-color: #47BFCC;
}
</style>