Shades of Viking #47ABCA
Tints of Viking #47ABCA
RGB
CMYK
RGB Variations
Color information
#47ABCA (or 0x47ABCA) is known color: Viking. HEX triplet: 47, AB and CA. RGB value is (71,171,202). Sum of RGB (Red+Green+Blue) = 71+171+202=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #47ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47ABCA is #B85435. Grayscale: #909090. Windows color (decimal): -12080182 or 13282119. OLE color: 13282119.
HSL color Cylindrical-coordinate representation of color #47ABCA: hue angle of 194.2º 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 #47ABCA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 171 | 202 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.21 |
| HSL | 194.2º | 0.55% | 0.54% | - |
| HSV(B) | 194.2º | 0.65% | 0.79% | - |
| XYZ | 27.82 | 34.73 | 61.11 | - |
| YUV | 144.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 202 | 0.65 | 0.15 | 0 | 0.21 | 194.2 | 0.55 | 0.54 |
| Hex | 47 | AB | CA | 41 | F | 0 | 15 | C2 | 37 | 36 |
| Octal | 107 | 253 | 312 | 101 | 17 | 0 | 25 | 302 | 67 | 66 |
| Binary | 1000111 | 10101011 | 11001010 | 1000001 | 1111 | 0 | 10101 | 11000010 | 110111 | 110110 |
Color Harmonies of #47ABCA
Complementary color
Monochromatic Colors of #47ABCA
Black with #47ABCA
Text Example
Text Example
White with #47ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ABCA; }
p { color: rgb(71,171,202); }
H1.HeaderClassName
{
color: #47ABCA;
}
.AnyTagClassName
{
color: #47ABCA;
}
</style>
background-color css
<style>
a { background-color: #47ABCA; }
a { background-color: rgb(71,171,202); }
div.DivClassName
{
background-color: #47ABCA;
}
.BgClassName
{
background-color: #47ABCA;
}
</style>
border-color css
<style>
span { border-color: #47ABCA; }
span { border-color: rgb(71,171,202); }
td.TdClassName
{
border-color: #47ABCA;
}
.TagClassName
{
border-color: #47ABCA;
}
</style>