Shades of Viking #47BECB
Tints of Viking #47BECB
RGB
CMYK
RGB Variations
Color information
#47BECB (or 0x47BECB) is known color: Viking. HEX triplet: 47, BE and CB. RGB value is (71,190,203). Sum of RGB (Red+Green+Blue) = 71+190+203=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #47BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BECB is #B84134. Grayscale: #9B9B9B. Windows color (decimal): -12075317 or 13352519. OLE color: 13352519.
HSL color Cylindrical-coordinate representation of color #47BECB: hue angle of 185.91º 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 #47BECB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 190 | 203 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.20 |
| HSL | 185.91º | 0.56% | 0.54% | - |
| HSV(B) | 185.91º | 0.65% | 0.8% | - |
| XYZ | 31.79 | 42.48 | 63.02 | - |
| YUV | 155.9 | 154.58 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 203 | 0.65 | 0.06 | 0 | 0.20 | 185.91 | 0.56 | 0.54 |
| Hex | 47 | BE | CB | 41 | 6 | 0 | 14 | BA | 38 | 36 |
| Octal | 107 | 276 | 313 | 101 | 6 | 0 | 24 | 272 | 70 | 66 |
| Binary | 1000111 | 10111110 | 11001011 | 1000001 | 110 | 0 | 10100 | 10111010 | 111000 | 110110 |
Color Harmonies of #47BECB
Complementary color
Monochromatic Colors of #47BECB
Black with #47BECB
Text Example
Text Example
White with #47BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BECB; }
p { color: rgb(71,190,203); }
H1.HeaderClassName
{
color: #47BECB;
}
.AnyTagClassName
{
color: #47BECB;
}
</style>
background-color css
<style>
a { background-color: #47BECB; }
a { background-color: rgb(71,190,203); }
div.DivClassName
{
background-color: #47BECB;
}
.BgClassName
{
background-color: #47BECB;
}
</style>
border-color css
<style>
span { border-color: #47BECB; }
span { border-color: rgb(71,190,203); }
td.TdClassName
{
border-color: #47BECB;
}
.TagClassName
{
border-color: #47BECB;
}
</style>