Shades of Viking #47A7BE
Tints of Viking #47A7BE
RGB
CMYK
RGB Variations
Color information
#47A7BE (or 0x47A7BE) is known color: Viking. HEX triplet: 47, A7 and BE. RGB value is (71,167,190). Sum of RGB (Red+Green+Blue) = 71+167+190=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #47A7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A7BE is #B85841. Grayscale: #8C8C8C. Windows color (decimal): -12081218 or 12494663. OLE color: 12494663.
HSL color Cylindrical-coordinate representation of color #47A7BE: hue angle of 191.6º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47A7BE is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 167 | 190 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.25 |
| HSL | 191.6º | 0.48% | 0.51% | - |
| HSV(B) | 191.6º | 0.63% | 0.75% | - |
| XYZ | 25.71 | 32.69 | 53.67 | - |
| YUV | 140.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 167 | 190 | 0.63 | 0.12 | 0 | 0.25 | 191.6 | 0.48 | 0.51 |
| Hex | 47 | A7 | BE | 3F | C | 0 | 19 | C0 | 30 | 33 |
| Octal | 107 | 247 | 276 | 77 | 14 | 0 | 31 | 300 | 60 | 63 |
| Binary | 1000111 | 10100111 | 10111110 | 111111 | 1100 | 0 | 11001 | 11000000 | 110000 | 110011 |
Color Harmonies of #47A7BE
Complementary color
Monochromatic Colors of #47A7BE
Black with #47A7BE
Text Example
Text Example
White with #47A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A7BE; }
p { color: rgb(71,167,190); }
H1.HeaderClassName
{
color: #47A7BE;
}
.AnyTagClassName
{
color: #47A7BE;
}
</style>
background-color css
<style>
a { background-color: #47A7BE; }
a { background-color: rgb(71,167,190); }
div.DivClassName
{
background-color: #47A7BE;
}
.BgClassName
{
background-color: #47A7BE;
}
</style>
border-color css
<style>
span { border-color: #47A7BE; }
span { border-color: rgb(71,167,190); }
td.TdClassName
{
border-color: #47A7BE;
}
.TagClassName
{
border-color: #47A7BE;
}
</style>