Shades of Viking #49BEC2
Tints of Viking #49BEC2
RGB
CMYK
RGB Variations
Color information
#49BEC2 (or 0x49BEC2) is known color: Viking. HEX triplet: 49, BE and C2. RGB value is (73,190,194). Sum of RGB (Red+Green+Blue) = 73+190+194=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #49BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEC2 is #B6413D. Grayscale: #9B9B9B. Windows color (decimal): -11944254 or 12762697. OLE color: 12762697.
HSL color Cylindrical-coordinate representation of color #49BEC2: hue angle of 181.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BEC2 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 190 | 194 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.24 |
| HSL | 181.98º | 0.5% | 0.52% | - |
| HSV(B) | 181.98º | 0.62% | 0.76% | - |
| XYZ | 30.9 | 42.14 | 57.54 | - |
| YUV | 155.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 194 | 0.62 | 0.02 | 0 | 0.24 | 181.98 | 0.5 | 0.52 |
| Hex | 49 | BE | C2 | 3E | 2 | 0 | 18 | B6 | 32 | 34 |
| Octal | 111 | 276 | 302 | 76 | 2 | 0 | 30 | 266 | 62 | 64 |
| Binary | 1001001 | 10111110 | 11000010 | 111110 | 10 | 0 | 11000 | 10110110 | 110010 | 110100 |
Color Harmonies of #49BEC2
Complementary color
Monochromatic Colors of #49BEC2
Black with #49BEC2
Text Example
Text Example
White with #49BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEC2; }
p { color: rgb(73,190,194); }
H1.HeaderClassName
{
color: #49BEC2;
}
.AnyTagClassName
{
color: #49BEC2;
}
</style>
background-color css
<style>
a { background-color: #49BEC2; }
a { background-color: rgb(73,190,194); }
div.DivClassName
{
background-color: #49BEC2;
}
.BgClassName
{
background-color: #49BEC2;
}
</style>
border-color css
<style>
span { border-color: #49BEC2; }
span { border-color: rgb(73,190,194); }
td.TdClassName
{
border-color: #49BEC2;
}
.TagClassName
{
border-color: #49BEC2;
}
</style>