Shades of Viking #47AEBB
Tints of Viking #47AEBB
RGB
CMYK
RGB Variations
Color information
#47AEBB (or 0x47AEBB) is known color: Viking. HEX triplet: 47, AE and BB. RGB value is (71,174,187). Sum of RGB (Red+Green+Blue) = 71+174+187=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #47AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AEBB is #B85144. Grayscale: #909090. Windows color (decimal): -12079429 or 12299847. OLE color: 12299847.
HSL color Cylindrical-coordinate representation of color #47AEBB: hue angle of 186.72º 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 #47AEBB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 174 | 187 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.27 |
| HSL | 186.72º | 0.46% | 0.51% | - |
| HSV(B) | 186.72º | 0.62% | 0.73% | - |
| XYZ | 26.7 | 35.2 | 52.4 | - |
| YUV | 144.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 187 | 0.62 | 0.07 | 0 | 0.27 | 186.72 | 0.46 | 0.51 |
| Hex | 47 | AE | BB | 3E | 7 | 0 | 1B | BB | 2E | 33 |
| Octal | 107 | 256 | 273 | 76 | 7 | 0 | 33 | 273 | 56 | 63 |
| Binary | 1000111 | 10101110 | 10111011 | 111110 | 111 | 0 | 11011 | 10111011 | 101110 | 110011 |
Color Harmonies of #47AEBB
Complementary color
Monochromatic Colors of #47AEBB
Black with #47AEBB
Text Example
Text Example
White with #47AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AEBB; }
p { color: rgb(71,174,187); }
H1.HeaderClassName
{
color: #47AEBB;
}
.AnyTagClassName
{
color: #47AEBB;
}
</style>
background-color css
<style>
a { background-color: #47AEBB; }
a { background-color: rgb(71,174,187); }
div.DivClassName
{
background-color: #47AEBB;
}
.BgClassName
{
background-color: #47AEBB;
}
</style>
border-color css
<style>
span { border-color: #47AEBB; }
span { border-color: rgb(71,174,187); }
td.TdClassName
{
border-color: #47AEBB;
}
.TagClassName
{
border-color: #47AEBB;
}
</style>