Shades of Viking #47ADB4
Tints of Viking #47ADB4
RGB
CMYK
RGB Variations
Color information
#47ADB4 (or 0x47ADB4) is known color: Viking. HEX triplet: 47, AD and B4. RGB value is (71,173,180). Sum of RGB (Red+Green+Blue) = 71+173+180=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #47ADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ADB4 is #B8524B. Grayscale: #8F8F8F. Windows color (decimal): -12079692 or 11840839. OLE color: 11840839.
HSL color Cylindrical-coordinate representation of color #47ADB4: hue angle of 183.85º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47ADB4 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 173 | 180 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.29 |
| HSL | 183.85º | 0.43% | 0.49% | - |
| HSV(B) | 183.85º | 0.61% | 0.71% | - |
| XYZ | 25.78 | 34.52 | 48.48 | - |
| YUV | 143.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 173 | 180 | 0.61 | 0.04 | 0 | 0.29 | 183.85 | 0.43 | 0.49 |
| Hex | 47 | AD | B4 | 3D | 4 | 0 | 1D | B8 | 2B | 31 |
| Octal | 107 | 255 | 264 | 75 | 4 | 0 | 35 | 270 | 53 | 61 |
| Binary | 1000111 | 10101101 | 10110100 | 111101 | 100 | 0 | 11101 | 10111000 | 101011 | 110001 |
Color Harmonies of #47ADB4
Complementary color
Monochromatic Colors of #47ADB4
Black with #47ADB4
Text Example
Text Example
White with #47ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ADB4; }
p { color: rgb(71,173,180); }
H1.HeaderClassName
{
color: #47ADB4;
}
.AnyTagClassName
{
color: #47ADB4;
}
</style>
background-color css
<style>
a { background-color: #47ADB4; }
a { background-color: rgb(71,173,180); }
div.DivClassName
{
background-color: #47ADB4;
}
.BgClassName
{
background-color: #47ADB4;
}
</style>
border-color css
<style>
span { border-color: #47ADB4; }
span { border-color: rgb(71,173,180); }
td.TdClassName
{
border-color: #47ADB4;
}
.TagClassName
{
border-color: #47ADB4;
}
</style>