Shades of Viking #47BECF
Tints of Viking #47BECF
RGB
CMYK
RGB Variations
Color information
#47BECF (or 0x47BECF) is known color: Viking. HEX triplet: 47, BE and CF. RGB value is (71,190,207). Sum of RGB (Red+Green+Blue) = 71+190+207=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #47BECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BECF is #B84130. Grayscale: #9C9C9C. Windows color (decimal): -12075313 or 13614663. OLE color: 13614663.
HSL color Cylindrical-coordinate representation of color #47BECF: hue angle of 187.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BECF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 190 | 207 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.19 |
| HSL | 187.5º | 0.59% | 0.55% | - |
| HSV(B) | 187.5º | 0.66% | 0.81% | - |
| XYZ | 32.27 | 42.67 | 65.57 | - |
| YUV | 156.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 207 | 0.66 | 0.08 | 0 | 0.19 | 187.5 | 0.59 | 0.55 |
| Hex | 47 | BE | CF | 42 | 8 | 0 | 13 | BC | 3B | 37 |
| Octal | 107 | 276 | 317 | 102 | 10 | 0 | 23 | 274 | 73 | 67 |
| Binary | 1000111 | 10111110 | 11001111 | 1000010 | 1000 | 0 | 10011 | 10111100 | 111011 | 110111 |
Color Harmonies of #47BECF
Complementary color
Monochromatic Colors of #47BECF
Black with #47BECF
Text Example
Text Example
White with #47BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BECF; }
p { color: rgb(71,190,207); }
H1.HeaderClassName
{
color: #47BECF;
}
.AnyTagClassName
{
color: #47BECF;
}
</style>
background-color css
<style>
a { background-color: #47BECF; }
a { background-color: rgb(71,190,207); }
div.DivClassName
{
background-color: #47BECF;
}
.BgClassName
{
background-color: #47BECF;
}
</style>
border-color css
<style>
span { border-color: #47BECF; }
span { border-color: rgb(71,190,207); }
td.TdClassName
{
border-color: #47BECF;
}
.TagClassName
{
border-color: #47BECF;
}
</style>