Shades of Viking #47AAB5
Tints of Viking #47AAB5
RGB
CMYK
RGB Variations
Color information
#47AAB5 (or 0x47AAB5) is known color: Viking. HEX triplet: 47, AA and B5. RGB value is (71,170,181). Sum of RGB (Red+Green+Blue) = 71+170+181=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #47AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AAB5 is #B8554A. Grayscale: #8D8D8D. Windows color (decimal): -12080459 or 11905607. OLE color: 11905607.
HSL color Cylindrical-coordinate representation of color #47AAB5: hue angle of 186º degrees, saturation: 0.44, 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 #47AAB5 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 170 | 181 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.29 |
| HSL | 186º | 0.44% | 0.49% | - |
| HSV(B) | 186º | 0.61% | 0.71% | - |
| XYZ | 25.31 | 33.43 | 48.83 | - |
| YUV | 141.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 170 | 181 | 0.61 | 0.06 | 0 | 0.29 | 186 | 0.44 | 0.49 |
| Hex | 47 | AA | B5 | 3D | 6 | 0 | 1D | BA | 2C | 31 |
| Octal | 107 | 252 | 265 | 75 | 6 | 0 | 35 | 272 | 54 | 61 |
| Binary | 1000111 | 10101010 | 10110101 | 111101 | 110 | 0 | 11101 | 10111010 | 101100 | 110001 |
Color Harmonies of #47AAB5
Complementary color
Monochromatic Colors of #47AAB5
Black with #47AAB5
Text Example
Text Example
White with #47AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AAB5; }
p { color: rgb(71,170,181); }
H1.HeaderClassName
{
color: #47AAB5;
}
.AnyTagClassName
{
color: #47AAB5;
}
</style>
background-color css
<style>
a { background-color: #47AAB5; }
a { background-color: rgb(71,170,181); }
div.DivClassName
{
background-color: #47AAB5;
}
.BgClassName
{
background-color: #47AAB5;
}
</style>
border-color css
<style>
span { border-color: #47AAB5; }
span { border-color: rgb(71,170,181); }
td.TdClassName
{
border-color: #47AAB5;
}
.TagClassName
{
border-color: #47AAB5;
}
</style>