Shades of Viking #47A4CA
Tints of Viking #47A4CA
RGB
CMYK
RGB Variations
Color information
#47A4CA (or 0x47A4CA) is known color: Viking. HEX triplet: 47, A4 and CA. RGB value is (71,164,202). Sum of RGB (Red+Green+Blue) = 71+164+202=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #47A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47A4CA is #B85B35. Grayscale: #8C8C8C. Windows color (decimal): -12081974 or 13280327. OLE color: 13280327.
HSL color Cylindrical-coordinate representation of color #47A4CA: hue angle of 197.4º 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 #47A4CA is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 164 | 202 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.21 |
| HSL | 197.4º | 0.55% | 0.54% | - |
| HSV(B) | 197.4º | 0.65% | 0.79% | - |
| XYZ | 26.53 | 32.15 | 60.69 | - |
| YUV | 140.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 164 | 202 | 0.65 | 0.19 | 0 | 0.21 | 197.4 | 0.55 | 0.54 |
| Hex | 47 | A4 | CA | 41 | 13 | 0 | 15 | C5 | 37 | 36 |
| Octal | 107 | 244 | 312 | 101 | 23 | 0 | 25 | 305 | 67 | 66 |
| Binary | 1000111 | 10100100 | 11001010 | 1000001 | 10011 | 0 | 10101 | 11000101 | 110111 | 110110 |
Color Harmonies of #47A4CA
Complementary color
Monochromatic Colors of #47A4CA
Black with #47A4CA
Text Example
Text Example
White with #47A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A4CA; }
p { color: rgb(71,164,202); }
H1.HeaderClassName
{
color: #47A4CA;
}
.AnyTagClassName
{
color: #47A4CA;
}
</style>
background-color css
<style>
a { background-color: #47A4CA; }
a { background-color: rgb(71,164,202); }
div.DivClassName
{
background-color: #47A4CA;
}
.BgClassName
{
background-color: #47A4CA;
}
</style>
border-color css
<style>
span { border-color: #47A4CA; }
span { border-color: rgb(71,164,202); }
td.TdClassName
{
border-color: #47A4CA;
}
.TagClassName
{
border-color: #47A4CA;
}
</style>