Shades of Viking #47BACA
Tints of Viking #47BACA
RGB
CMYK
RGB Variations
Color information
#47BACA (or 0x47BACA) is known color: Viking. HEX triplet: 47, BA and CA. RGB value is (71,186,202). Sum of RGB (Red+Green+Blue) = 71+186+202=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #47BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BACA is #B84535. Grayscale: #999999. Windows color (decimal): -12076342 or 13285959. OLE color: 13285959.
HSL color Cylindrical-coordinate representation of color #47BACA: hue angle of 187.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47BACA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 186 | 202 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.21 |
| HSL | 187.33º | 0.55% | 0.54% | - |
| HSV(B) | 187.33º | 0.65% | 0.79% | - |
| XYZ | 30.82 | 40.72 | 62.11 | - |
| YUV | 153.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 202 | 0.65 | 0.08 | 0 | 0.21 | 187.33 | 0.55 | 0.54 |
| Hex | 47 | BA | CA | 41 | 8 | 0 | 15 | BB | 37 | 36 |
| Octal | 107 | 272 | 312 | 101 | 10 | 0 | 25 | 273 | 67 | 66 |
| Binary | 1000111 | 10111010 | 11001010 | 1000001 | 1000 | 0 | 10101 | 10111011 | 110111 | 110110 |
Color Harmonies of #47BACA
Complementary color
Monochromatic Colors of #47BACA
Black with #47BACA
Text Example
Text Example
White with #47BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BACA; }
p { color: rgb(71,186,202); }
H1.HeaderClassName
{
color: #47BACA;
}
.AnyTagClassName
{
color: #47BACA;
}
</style>
background-color css
<style>
a { background-color: #47BACA; }
a { background-color: rgb(71,186,202); }
div.DivClassName
{
background-color: #47BACA;
}
.BgClassName
{
background-color: #47BACA;
}
</style>
border-color css
<style>
span { border-color: #47BACA; }
span { border-color: rgb(71,186,202); }
td.TdClassName
{
border-color: #47BACA;
}
.TagClassName
{
border-color: #47BACA;
}
</style>