Shades of Viking #47ABBB
Tints of Viking #47ABBB
RGB
CMYK
RGB Variations
Color information
#47ABBB (or 0x47ABBB) is known color: Viking. HEX triplet: 47, AB and BB. RGB value is (71,171,187). Sum of RGB (Red+Green+Blue) = 71+171+187=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #47ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABBB is #B85444. Grayscale: #8E8E8E. Windows color (decimal): -12080197 or 12299079. OLE color: 12299079.
HSL color Cylindrical-coordinate representation of color #47ABBB: hue angle of 188.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47ABBB is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 171 | 187 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.27 |
| HSL | 188.28º | 0.46% | 0.51% | - |
| HSV(B) | 188.28º | 0.62% | 0.73% | - |
| XYZ | 26.13 | 34.05 | 52.21 | - |
| YUV | 142.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 187 | 0.62 | 0.09 | 0 | 0.27 | 188.28 | 0.46 | 0.51 |
| Hex | 47 | AB | BB | 3E | 9 | 0 | 1B | BC | 2E | 33 |
| Octal | 107 | 253 | 273 | 76 | 11 | 0 | 33 | 274 | 56 | 63 |
| Binary | 1000111 | 10101011 | 10111011 | 111110 | 1001 | 0 | 11011 | 10111100 | 101110 | 110011 |
Color Harmonies of #47ABBB
Complementary color
Monochromatic Colors of #47ABBB
Black with #47ABBB
Text Example
Text Example
White with #47ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABBB; }
p { color: rgb(71,171,187); }
H1.HeaderClassName
{
color: #47ABBB;
}
.AnyTagClassName
{
color: #47ABBB;
}
</style>
background-color css
<style>
a { background-color: #47ABBB; }
a { background-color: rgb(71,171,187); }
div.DivClassName
{
background-color: #47ABBB;
}
.BgClassName
{
background-color: #47ABBB;
}
</style>
border-color css
<style>
span { border-color: #47ABBB; }
span { border-color: rgb(71,171,187); }
td.TdClassName
{
border-color: #47ABBB;
}
.TagClassName
{
border-color: #47ABBB;
}
</style>