Shades of Viking #47ABBA
Tints of Viking #47ABBA
RGB
CMYK
RGB Variations
Color information
#47ABBA (or 0x47ABBA) is known color: Viking. HEX triplet: 47, AB and BA. RGB value is (71,171,186). Sum of RGB (Red+Green+Blue) = 71+171+186=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #47ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABBA is #B85445. Grayscale: #8E8E8E. Windows color (decimal): -12080198 or 12233543. OLE color: 12233543.
HSL color Cylindrical-coordinate representation of color #47ABBA: hue angle of 187.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47ABBA is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 171 | 186 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.27 |
| HSL | 187.83º | 0.45% | 0.5% | - |
| HSV(B) | 187.83º | 0.62% | 0.73% | - |
| XYZ | 26.02 | 34.01 | 51.65 | - |
| YUV | 142.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 186 | 0.62 | 0.08 | 0 | 0.27 | 187.83 | 0.45 | 0.5 |
| Hex | 47 | AB | BA | 3E | 8 | 0 | 1B | BC | 2D | 32 |
| Octal | 107 | 253 | 272 | 76 | 10 | 0 | 33 | 274 | 55 | 62 |
| Binary | 1000111 | 10101011 | 10111010 | 111110 | 1000 | 0 | 11011 | 10111100 | 101101 | 110010 |
Color Harmonies of #47ABBA
Complementary color
Monochromatic Colors of #47ABBA
Black with #47ABBA
Text Example
Text Example
White with #47ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABBA; }
p { color: rgb(71,171,186); }
H1.HeaderClassName
{
color: #47ABBA;
}
.AnyTagClassName
{
color: #47ABBA;
}
</style>
background-color css
<style>
a { background-color: #47ABBA; }
a { background-color: rgb(71,171,186); }
div.DivClassName
{
background-color: #47ABBA;
}
.BgClassName
{
background-color: #47ABBA;
}
</style>
border-color css
<style>
span { border-color: #47ABBA; }
span { border-color: rgb(71,171,186); }
td.TdClassName
{
border-color: #47ABBA;
}
.TagClassName
{
border-color: #47ABBA;
}
</style>