Shades of Viking #47BED3
Tints of Viking #47BED3
RGB
CMYK
RGB Variations
Color information
#47BED3 (or 0x47BED3) is known color: Viking. HEX triplet: 47, BE and D3. RGB value is (71,190,211). Sum of RGB (Red+Green+Blue) = 71+190+211=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #47BED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BED3 is #B8412C. Grayscale: #9C9C9C. Windows color (decimal): -12075309 or 13876807. OLE color: 13876807.
HSL color Cylindrical-coordinate representation of color #47BED3: hue angle of 189º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BED3 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 190 | 211 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.17 |
| HSL | 189º | 0.61% | 0.55% | - |
| HSV(B) | 189º | 0.66% | 0.83% | - |
| XYZ | 32.77 | 42.87 | 68.18 | - |
| YUV | 156.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 211 | 0.66 | 0.10 | 0 | 0.17 | 189 | 0.61 | 0.55 |
| Hex | 47 | BE | D3 | 42 | A | 0 | 11 | BD | 3D | 37 |
| Octal | 107 | 276 | 323 | 102 | 12 | 0 | 21 | 275 | 75 | 67 |
| Binary | 1000111 | 10111110 | 11010011 | 1000010 | 1010 | 0 | 10001 | 10111101 | 111101 | 110111 |
Color Harmonies of #47BED3
Complementary color
Monochromatic Colors of #47BED3
Black with #47BED3
Text Example
Text Example
White with #47BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BED3; }
p { color: rgb(71,190,211); }
H1.HeaderClassName
{
color: #47BED3;
}
.AnyTagClassName
{
color: #47BED3;
}
</style>
background-color css
<style>
a { background-color: #47BED3; }
a { background-color: rgb(71,190,211); }
div.DivClassName
{
background-color: #47BED3;
}
.BgClassName
{
background-color: #47BED3;
}
</style>
border-color css
<style>
span { border-color: #47BED3; }
span { border-color: rgb(71,190,211); }
td.TdClassName
{
border-color: #47BED3;
}
.TagClassName
{
border-color: #47BED3;
}
</style>