Shades of Viking #47ABBD
Tints of Viking #47ABBD
RGB
CMYK
RGB Variations
Color information
#47ABBD (or 0x47ABBD) is known color: Viking. HEX triplet: 47, AB and BD. RGB value is (71,171,189). Sum of RGB (Red+Green+Blue) = 71+171+189=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #47ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABBD is #B85442. Grayscale: #8E8E8E. Windows color (decimal): -12080195 or 12430151. OLE color: 12430151.
HSL color Cylindrical-coordinate representation of color #47ABBD: hue angle of 189.15º 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 #47ABBD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 171 | 189 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.26 |
| HSL | 189.15º | 0.47% | 0.51% | - |
| HSV(B) | 189.15º | 0.62% | 0.74% | - |
| XYZ | 26.35 | 34.14 | 53.35 | - |
| YUV | 143.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 189 | 0.62 | 0.10 | 0 | 0.26 | 189.15 | 0.47 | 0.51 |
| Hex | 47 | AB | BD | 3E | A | 0 | 1A | BD | 2F | 33 |
| Octal | 107 | 253 | 275 | 76 | 12 | 0 | 32 | 275 | 57 | 63 |
| Binary | 1000111 | 10101011 | 10111101 | 111110 | 1010 | 0 | 11010 | 10111101 | 101111 | 110011 |
Color Harmonies of #47ABBD
Complementary color
Monochromatic Colors of #47ABBD
Black with #47ABBD
Text Example
Text Example
White with #47ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABBD; }
p { color: rgb(71,171,189); }
H1.HeaderClassName
{
color: #47ABBD;
}
.AnyTagClassName
{
color: #47ABBD;
}
</style>
background-color css
<style>
a { background-color: #47ABBD; }
a { background-color: rgb(71,171,189); }
div.DivClassName
{
background-color: #47ABBD;
}
.BgClassName
{
background-color: #47ABBD;
}
</style>
border-color css
<style>
span { border-color: #47ABBD; }
span { border-color: rgb(71,171,189); }
td.TdClassName
{
border-color: #47ABBD;
}
.TagClassName
{
border-color: #47ABBD;
}
</style>