Shades of Viking #47B2C3
Tints of Viking #47B2C3
RGB
CMYK
RGB Variations
Color information
#47B2C3 (or 0x47B2C3) is known color: Viking. HEX triplet: 47, B2 and C3. RGB value is (71,178,195). Sum of RGB (Red+Green+Blue) = 71+178+195=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #47B2C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47B2C3 is #B84D3C. Grayscale: #939393. Windows color (decimal): -12078397 or 12825159. OLE color: 12825159.
HSL color Cylindrical-coordinate representation of color #47B2C3: hue angle of 188.23º 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 #47B2C3 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 178 | 195 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.24 |
| HSL | 188.23º | 0.51% | 0.52% | - |
| HSV(B) | 188.23º | 0.64% | 0.76% | - |
| XYZ | 28.37 | 37.12 | 57.3 | - |
| YUV | 147.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 195 | 0.64 | 0.09 | 0 | 0.24 | 188.23 | 0.51 | 0.52 |
| Hex | 47 | B2 | C3 | 40 | 9 | 0 | 18 | BC | 33 | 34 |
| Octal | 107 | 262 | 303 | 100 | 11 | 0 | 30 | 274 | 63 | 64 |
| Binary | 1000111 | 10110010 | 11000011 | 1000000 | 1001 | 0 | 11000 | 10111100 | 110011 | 110100 |
Color Harmonies of #47B2C3
Complementary color
Monochromatic Colors of #47B2C3
Black with #47B2C3
Text Example
Text Example
White with #47B2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B2C3; }
p { color: rgb(71,178,195); }
H1.HeaderClassName
{
color: #47B2C3;
}
.AnyTagClassName
{
color: #47B2C3;
}
</style>
background-color css
<style>
a { background-color: #47B2C3; }
a { background-color: rgb(71,178,195); }
div.DivClassName
{
background-color: #47B2C3;
}
.BgClassName
{
background-color: #47B2C3;
}
</style>
border-color css
<style>
span { border-color: #47B2C3; }
span { border-color: rgb(71,178,195); }
td.TdClassName
{
border-color: #47B2C3;
}
.TagClassName
{
border-color: #47B2C3;
}
</style>