Shades of Viking #47BAD0
Tints of Viking #47BAD0
RGB
CMYK
RGB Variations
Color information
#47BAD0 (or 0x47BAD0) is known color: Viking. HEX triplet: 47, BA and D0. RGB value is (71,186,208). Sum of RGB (Red+Green+Blue) = 71+186+208=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #47BAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BAD0 is #B8452F. Grayscale: #999999. Windows color (decimal): -12076336 or 13679175. OLE color: 13679175.
HSL color Cylindrical-coordinate representation of color #47BAD0: hue angle of 189.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BAD0 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 186 | 208 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.18 |
| HSL | 189.64º | 0.59% | 0.55% | - |
| HSV(B) | 189.64º | 0.66% | 0.82% | - |
| XYZ | 31.54 | 41.01 | 65.93 | - |
| YUV | 154.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 208 | 0.66 | 0.11 | 0 | 0.18 | 189.64 | 0.59 | 0.55 |
| Hex | 47 | BA | D0 | 42 | B | 0 | 12 | BE | 3B | 37 |
| Octal | 107 | 272 | 320 | 102 | 13 | 0 | 22 | 276 | 73 | 67 |
| Binary | 1000111 | 10111010 | 11010000 | 1000010 | 1011 | 0 | 10010 | 10111110 | 111011 | 110111 |
Color Harmonies of #47BAD0
Complementary color
Monochromatic Colors of #47BAD0
Black with #47BAD0
Text Example
Text Example
White with #47BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BAD0; }
p { color: rgb(71,186,208); }
H1.HeaderClassName
{
color: #47BAD0;
}
.AnyTagClassName
{
color: #47BAD0;
}
</style>
background-color css
<style>
a { background-color: #47BAD0; }
a { background-color: rgb(71,186,208); }
div.DivClassName
{
background-color: #47BAD0;
}
.BgClassName
{
background-color: #47BAD0;
}
</style>
border-color css
<style>
span { border-color: #47BAD0; }
span { border-color: rgb(71,186,208); }
td.TdClassName
{
border-color: #47BAD0;
}
.TagClassName
{
border-color: #47BAD0;
}
</style>