Shades of Viking #47AFBC
Tints of Viking #47AFBC
RGB
CMYK
RGB Variations
Color information
#47AFBC (or 0x47AFBC) is known color: Viking. HEX triplet: 47, AF and BC. RGB value is (71,175,188). Sum of RGB (Red+Green+Blue) = 71+175+188=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #47AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFBC is #B85043. Grayscale: #919191. Windows color (decimal): -12079172 or 12365639. OLE color: 12365639.
HSL color Cylindrical-coordinate representation of color #47AFBC: hue angle of 186.67º 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 #47AFBC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 175 | 188 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.26 |
| HSL | 186.67º | 0.47% | 0.51% | - |
| HSV(B) | 186.67º | 0.62% | 0.74% | - |
| XYZ | 27.01 | 35.63 | 53.03 | - |
| YUV | 145.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 188 | 0.62 | 0.07 | 0 | 0.26 | 186.67 | 0.47 | 0.51 |
| Hex | 47 | AF | BC | 3E | 7 | 0 | 1A | BB | 2F | 33 |
| Octal | 107 | 257 | 274 | 76 | 7 | 0 | 32 | 273 | 57 | 63 |
| Binary | 1000111 | 10101111 | 10111100 | 111110 | 111 | 0 | 11010 | 10111011 | 101111 | 110011 |
Color Harmonies of #47AFBC
Complementary color
Monochromatic Colors of #47AFBC
Black with #47AFBC
Text Example
Text Example
White with #47AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFBC; }
p { color: rgb(71,175,188); }
H1.HeaderClassName
{
color: #47AFBC;
}
.AnyTagClassName
{
color: #47AFBC;
}
</style>
background-color css
<style>
a { background-color: #47AFBC; }
a { background-color: rgb(71,175,188); }
div.DivClassName
{
background-color: #47AFBC;
}
.BgClassName
{
background-color: #47AFBC;
}
</style>
border-color css
<style>
span { border-color: #47AFBC; }
span { border-color: rgb(71,175,188); }
td.TdClassName
{
border-color: #47AFBC;
}
.TagClassName
{
border-color: #47AFBC;
}
</style>