Shades of Viking #47ADC3
Tints of Viking #47ADC3
RGB
CMYK
RGB Variations
Color information
#47ADC3 (or 0x47ADC3) is known color: Viking. HEX triplet: 47, AD and C3. RGB value is (71,173,195). Sum of RGB (Red+Green+Blue) = 71+173+195=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #47ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADC3 is #B8523C. Grayscale: #909090. Windows color (decimal): -12079677 or 12823879. OLE color: 12823879.
HSL color Cylindrical-coordinate representation of color #47ADC3: hue angle of 190.65º 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 #47ADC3 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 173 | 195 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.24 |
| HSL | 190.65º | 0.51% | 0.52% | - |
| HSV(B) | 190.65º | 0.64% | 0.76% | - |
| XYZ | 27.39 | 35.17 | 56.97 | - |
| YUV | 145.01 | 156.21 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 195 | 0.64 | 0.11 | 0 | 0.24 | 190.65 | 0.51 | 0.52 |
| Hex | 47 | AD | C3 | 40 | B | 0 | 18 | BF | 33 | 34 |
| Octal | 107 | 255 | 303 | 100 | 13 | 0 | 30 | 277 | 63 | 64 |
| Binary | 1000111 | 10101101 | 11000011 | 1000000 | 1011 | 0 | 11000 | 10111111 | 110011 | 110100 |
Color Harmonies of #47ADC3
Complementary color
Monochromatic Colors of #47ADC3
Black with #47ADC3
Text Example
Text Example
White with #47ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADC3; }
p { color: rgb(71,173,195); }
H1.HeaderClassName
{
color: #47ADC3;
}
.AnyTagClassName
{
color: #47ADC3;
}
</style>
background-color css
<style>
a { background-color: #47ADC3; }
a { background-color: rgb(71,173,195); }
div.DivClassName
{
background-color: #47ADC3;
}
.BgClassName
{
background-color: #47ADC3;
}
</style>
border-color css
<style>
span { border-color: #47ADC3; }
span { border-color: rgb(71,173,195); }
td.TdClassName
{
border-color: #47ADC3;
}
.TagClassName
{
border-color: #47ADC3;
}
</style>