Shades of Viking #47AFCB
Tints of Viking #47AFCB
RGB
CMYK
RGB Variations
Color information
#47AFCB (or 0x47AFCB) is known color: Viking. HEX triplet: 47, AF and CB. RGB value is (71,175,203). Sum of RGB (Red+Green+Blue) = 71+175+203=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #47AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #47AFCB is #B85034. Grayscale: #929292. Windows color (decimal): -12079157 or 13348679. OLE color: 13348679.
HSL color Cylindrical-coordinate representation of color #47AFCB: hue angle of 192.73º degrees, saturation: 0.56, 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 #47AFCB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 175 | 203 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.20 |
| HSL | 192.73º | 0.56% | 0.54% | - |
| HSV(B) | 192.73º | 0.65% | 0.8% | - |
| XYZ | 28.71 | 36.31 | 62 | - |
| YUV | 147.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 175 | 203 | 0.65 | 0.14 | 0 | 0.20 | 192.73 | 0.56 | 0.54 |
| Hex | 47 | AF | CB | 41 | E | 0 | 14 | C1 | 38 | 36 |
| Octal | 107 | 257 | 313 | 101 | 16 | 0 | 24 | 301 | 70 | 66 |
| Binary | 1000111 | 10101111 | 11001011 | 1000001 | 1110 | 0 | 10100 | 11000001 | 111000 | 110110 |
Color Harmonies of #47AFCB
Complementary color
Monochromatic Colors of #47AFCB
Black with #47AFCB
Text Example
Text Example
White with #47AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AFCB; }
p { color: rgb(71,175,203); }
H1.HeaderClassName
{
color: #47AFCB;
}
.AnyTagClassName
{
color: #47AFCB;
}
</style>
background-color css
<style>
a { background-color: #47AFCB; }
a { background-color: rgb(71,175,203); }
div.DivClassName
{
background-color: #47AFCB;
}
.BgClassName
{
background-color: #47AFCB;
}
</style>
border-color css
<style>
span { border-color: #47AFCB; }
span { border-color: rgb(71,175,203); }
td.TdClassName
{
border-color: #47AFCB;
}
.TagClassName
{
border-color: #47AFCB;
}
</style>