Shades of Viking #47BEC2
Tints of Viking #47BEC2
RGB
CMYK
RGB Variations
Color information
#47BEC2 (or 0x47BEC2) is known color: Viking. HEX triplet: 47, BE and C2. RGB value is (71,190,194). Sum of RGB (Red+Green+Blue) = 71+190+194=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #47BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEC2 is #B8413D. Grayscale: #9A9A9A. Windows color (decimal): -12075326 or 12762695. OLE color: 12762695.
HSL color Cylindrical-coordinate representation of color #47BEC2: hue angle of 181.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEC2 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 190 | 194 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.24 |
| HSL | 181.95º | 0.5% | 0.52% | - |
| HSV(B) | 181.95º | 0.63% | 0.76% | - |
| XYZ | 30.75 | 42.06 | 57.54 | - |
| YUV | 154.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 190 | 194 | 0.63 | 0.02 | 0 | 0.24 | 181.95 | 0.5 | 0.52 |
| Hex | 47 | BE | C2 | 3F | 2 | 0 | 18 | B6 | 32 | 34 |
| Octal | 107 | 276 | 302 | 77 | 2 | 0 | 30 | 266 | 62 | 64 |
| Binary | 1000111 | 10111110 | 11000010 | 111111 | 10 | 0 | 11000 | 10110110 | 110010 | 110100 |
Color Harmonies of #47BEC2
Complementary color
Monochromatic Colors of #47BEC2
Black with #47BEC2
Text Example
Text Example
White with #47BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BEC2; }
p { color: rgb(71,190,194); }
H1.HeaderClassName
{
color: #47BEC2;
}
.AnyTagClassName
{
color: #47BEC2;
}
</style>
background-color css
<style>
a { background-color: #47BEC2; }
a { background-color: rgb(71,190,194); }
div.DivClassName
{
background-color: #47BEC2;
}
.BgClassName
{
background-color: #47BEC2;
}
</style>
border-color css
<style>
span { border-color: #47BEC2; }
span { border-color: rgb(71,190,194); }
td.TdClassName
{
border-color: #47BEC2;
}
.TagClassName
{
border-color: #47BEC2;
}
</style>