Shades of Viking #47AECA
Tints of Viking #47AECA
RGB
CMYK
RGB Variations
Color information
#47AECA (or 0x47AECA) is known color: Viking. HEX triplet: 47, AE and CA. RGB value is (71,174,202). Sum of RGB (Red+Green+Blue) = 71+174+202=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #47AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AECA is #B85135. Grayscale: #929292. Windows color (decimal): -12079414 or 13282887. OLE color: 13282887.
HSL color Cylindrical-coordinate representation of color #47AECA: hue angle of 192.82º 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 #47AECA is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 174 | 202 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.21 |
| HSL | 192.82º | 0.55% | 0.54% | - |
| HSV(B) | 192.82º | 0.65% | 0.79% | - |
| XYZ | 28.4 | 35.88 | 61.31 | - |
| YUV | 146.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 174 | 202 | 0.65 | 0.14 | 0 | 0.21 | 192.82 | 0.55 | 0.54 |
| Hex | 47 | AE | CA | 41 | E | 0 | 15 | C1 | 37 | 36 |
| Octal | 107 | 256 | 312 | 101 | 16 | 0 | 25 | 301 | 67 | 66 |
| Binary | 1000111 | 10101110 | 11001010 | 1000001 | 1110 | 0 | 10101 | 11000001 | 110111 | 110110 |
Color Harmonies of #47AECA
Complementary color
Monochromatic Colors of #47AECA
Black with #47AECA
Text Example
Text Example
White with #47AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AECA; }
p { color: rgb(71,174,202); }
H1.HeaderClassName
{
color: #47AECA;
}
.AnyTagClassName
{
color: #47AECA;
}
</style>
background-color css
<style>
a { background-color: #47AECA; }
a { background-color: rgb(71,174,202); }
div.DivClassName
{
background-color: #47AECA;
}
.BgClassName
{
background-color: #47AECA;
}
</style>
border-color css
<style>
span { border-color: #47AECA; }
span { border-color: rgb(71,174,202); }
td.TdClassName
{
border-color: #47AECA;
}
.TagClassName
{
border-color: #47AECA;
}
</style>