Shades of Viking #47A6BC
Tints of Viking #47A6BC
RGB
CMYK
RGB Variations
Color information
#47A6BC (or 0x47A6BC) is known color: Viking. HEX triplet: 47, A6 and BC. RGB value is (71,166,188). Sum of RGB (Red+Green+Blue) = 71+166+188=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #47A6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A6BC is #B85943. Grayscale: #8B8B8B. Windows color (decimal): -12081476 or 12363335. OLE color: 12363335.
HSL color Cylindrical-coordinate representation of color #47A6BC: hue angle of 191.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47A6BC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 166 | 188 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.26 |
| HSL | 191.28º | 0.47% | 0.51% | - |
| HSV(B) | 191.28º | 0.62% | 0.74% | - |
| XYZ | 25.31 | 32.24 | 52.47 | - |
| YUV | 140.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 166 | 188 | 0.62 | 0.12 | 0 | 0.26 | 191.28 | 0.47 | 0.51 |
| Hex | 47 | A6 | BC | 3E | C | 0 | 1A | BF | 2F | 33 |
| Octal | 107 | 246 | 274 | 76 | 14 | 0 | 32 | 277 | 57 | 63 |
| Binary | 1000111 | 10100110 | 10111100 | 111110 | 1100 | 0 | 11010 | 10111111 | 101111 | 110011 |
Color Harmonies of #47A6BC
Complementary color
Monochromatic Colors of #47A6BC
Black with #47A6BC
Text Example
Text Example
White with #47A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A6BC; }
p { color: rgb(71,166,188); }
H1.HeaderClassName
{
color: #47A6BC;
}
.AnyTagClassName
{
color: #47A6BC;
}
</style>
background-color css
<style>
a { background-color: #47A6BC; }
a { background-color: rgb(71,166,188); }
div.DivClassName
{
background-color: #47A6BC;
}
.BgClassName
{
background-color: #47A6BC;
}
</style>
border-color css
<style>
span { border-color: #47A6BC; }
span { border-color: rgb(71,166,188); }
td.TdClassName
{
border-color: #47A6BC;
}
.TagClassName
{
border-color: #47A6BC;
}
</style>