Shades of Viking #47AFCC
Tints of Viking #47AFCC
RGB
CMYK
RGB Variations
Color information
#47AFCC (or 0x47AFCC) is known color: Viking. HEX triplet: 47, AF and CC. RGB value is (71,175,204). Sum of RGB (Red+Green+Blue) = 71+175+204=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #47AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFCC is #B85033. Grayscale: #929292. Windows color (decimal): -12079156 or 13414215. OLE color: 13414215.
HSL color Cylindrical-coordinate representation of color #47AFCC: hue angle of 193.08º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47AFCC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 175 | 204 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.2 |
| HSL | 193.08º | 0.57% | 0.54% | - |
| HSV(B) | 193.08º | 0.65% | 0.8% | - |
| XYZ | 28.83 | 36.36 | 62.63 | - |
| YUV | 147.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 204 | 0.65 | 0.14 | 0 | 0.2 | 193.08 | 0.57 | 0.54 |
| Hex | 47 | AF | CC | 41 | E | 0 | 14 | C1 | 39 | 36 |
| Octal | 107 | 257 | 314 | 101 | 16 | 0 | 24 | 301 | 71 | 66 |
| Binary | 1000111 | 10101111 | 11001100 | 1000001 | 1110 | 0 | 10100 | 11000001 | 111001 | 110110 |
Color Harmonies of #47AFCC
Complementary color
Monochromatic Colors of #47AFCC
Black with #47AFCC
Text Example
Text Example
White with #47AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFCC; }
p { color: rgb(71,175,204); }
H1.HeaderClassName
{
color: #47AFCC;
}
.AnyTagClassName
{
color: #47AFCC;
}
</style>
background-color css
<style>
a { background-color: #47AFCC; }
a { background-color: rgb(71,175,204); }
div.DivClassName
{
background-color: #47AFCC;
}
.BgClassName
{
background-color: #47AFCC;
}
</style>
border-color css
<style>
span { border-color: #47AFCC; }
span { border-color: rgb(71,175,204); }
td.TdClassName
{
border-color: #47AFCC;
}
.TagClassName
{
border-color: #47AFCC;
}
</style>