Shades of Viking #47B9CC
Tints of Viking #47B9CC
RGB
CMYK
RGB Variations
Color information
#47B9CC (or 0x47B9CC) is known color: Viking. HEX triplet: 47, B9 and CC. RGB value is (71,185,204). Sum of RGB (Red+Green+Blue) = 71+185+204=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #47B9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47B9CC is #B84633. Grayscale: #989898. Windows color (decimal): -12076596 or 13416775. OLE color: 13416775.
HSL color Cylindrical-coordinate representation of color #47B9CC: hue angle of 188.57º 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 #47B9CC is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 185 | 204 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.2 |
| HSL | 188.57º | 0.57% | 0.54% | - |
| HSV(B) | 188.57º | 0.65% | 0.8% | - |
| XYZ | 30.85 | 40.4 | 63.3 | - |
| YUV | 153.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 185 | 204 | 0.65 | 0.09 | 0 | 0.2 | 188.57 | 0.57 | 0.54 |
| Hex | 47 | B9 | CC | 41 | 9 | 0 | 14 | BD | 39 | 36 |
| Octal | 107 | 271 | 314 | 101 | 11 | 0 | 24 | 275 | 71 | 66 |
| Binary | 1000111 | 10111001 | 11001100 | 1000001 | 1001 | 0 | 10100 | 10111101 | 111001 | 110110 |
Color Harmonies of #47B9CC
Complementary color
Monochromatic Colors of #47B9CC
Black with #47B9CC
Text Example
Text Example
White with #47B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B9CC; }
p { color: rgb(71,185,204); }
H1.HeaderClassName
{
color: #47B9CC;
}
.AnyTagClassName
{
color: #47B9CC;
}
</style>
background-color css
<style>
a { background-color: #47B9CC; }
a { background-color: rgb(71,185,204); }
div.DivClassName
{
background-color: #47B9CC;
}
.BgClassName
{
background-color: #47B9CC;
}
</style>
border-color css
<style>
span { border-color: #47B9CC; }
span { border-color: rgb(71,185,204); }
td.TdClassName
{
border-color: #47B9CC;
}
.TagClassName
{
border-color: #47B9CC;
}
</style>