Shades of Viking #47ACC0
Tints of Viking #47ACC0
RGB
CMYK
RGB Variations
Color information
#47ACC0 (or 0x47ACC0) is known color: Viking. HEX triplet: 47, AC and C0. RGB value is (71,172,192). Sum of RGB (Red+Green+Blue) = 71+172+192=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #47ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ACC0 is #B8533F. Grayscale: #8F8F8F. Windows color (decimal): -12079936 or 12627015. OLE color: 12627015.
HSL color Cylindrical-coordinate representation of color #47ACC0: hue angle of 189.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47ACC0 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 172 | 192 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.25 |
| HSL | 189.92º | 0.49% | 0.52% | - |
| HSV(B) | 189.92º | 0.63% | 0.75% | - |
| XYZ | 26.87 | 34.65 | 55.14 | - |
| YUV | 144.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 192 | 0.63 | 0.10 | 0 | 0.25 | 189.92 | 0.49 | 0.52 |
| Hex | 47 | AC | C0 | 3F | A | 0 | 19 | BE | 31 | 34 |
| Octal | 107 | 254 | 300 | 77 | 12 | 0 | 31 | 276 | 61 | 64 |
| Binary | 1000111 | 10101100 | 11000000 | 111111 | 1010 | 0 | 11001 | 10111110 | 110001 | 110100 |
Color Harmonies of #47ACC0
Complementary color
Monochromatic Colors of #47ACC0
Black with #47ACC0
Text Example
Text Example
White with #47ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ACC0; }
p { color: rgb(71,172,192); }
H1.HeaderClassName
{
color: #47ACC0;
}
.AnyTagClassName
{
color: #47ACC0;
}
</style>
background-color css
<style>
a { background-color: #47ACC0; }
a { background-color: rgb(71,172,192); }
div.DivClassName
{
background-color: #47ACC0;
}
.BgClassName
{
background-color: #47ACC0;
}
</style>
border-color css
<style>
span { border-color: #47ACC0; }
span { border-color: rgb(71,172,192); }
td.TdClassName
{
border-color: #47ACC0;
}
.TagClassName
{
border-color: #47ACC0;
}
</style>