Shades of Viking #47B0C3
Tints of Viking #47B0C3
RGB
CMYK
RGB Variations
Color information
#47B0C3 (or 0x47B0C3) is known color: Viking. HEX triplet: 47, B0 and C3. RGB value is (71,176,195). Sum of RGB (Red+Green+Blue) = 71+176+195=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #47B0C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B0C3 is #B84F3C. Grayscale: #929292. Windows color (decimal): -12078909 or 12824647. OLE color: 12824647.
HSL color Cylindrical-coordinate representation of color #47B0C3: hue angle of 189.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47B0C3 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 176 | 195 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.24 |
| HSL | 189.19º | 0.51% | 0.52% | - |
| HSV(B) | 189.19º | 0.64% | 0.76% | - |
| XYZ | 27.97 | 36.33 | 57.17 | - |
| YUV | 146.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 195 | 0.64 | 0.10 | 0 | 0.24 | 189.19 | 0.51 | 0.52 |
| Hex | 47 | B0 | C3 | 40 | A | 0 | 18 | BD | 33 | 34 |
| Octal | 107 | 260 | 303 | 100 | 12 | 0 | 30 | 275 | 63 | 64 |
| Binary | 1000111 | 10110000 | 11000011 | 1000000 | 1010 | 0 | 11000 | 10111101 | 110011 | 110100 |
Color Harmonies of #47B0C3
Complementary color
Monochromatic Colors of #47B0C3
Black with #47B0C3
Text Example
Text Example
White with #47B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B0C3; }
p { color: rgb(71,176,195); }
H1.HeaderClassName
{
color: #47B0C3;
}
.AnyTagClassName
{
color: #47B0C3;
}
</style>
background-color css
<style>
a { background-color: #47B0C3; }
a { background-color: rgb(71,176,195); }
div.DivClassName
{
background-color: #47B0C3;
}
.BgClassName
{
background-color: #47B0C3;
}
</style>
border-color css
<style>
span { border-color: #47B0C3; }
span { border-color: rgb(71,176,195); }
td.TdClassName
{
border-color: #47B0C3;
}
.TagClassName
{
border-color: #47B0C3;
}
</style>