Shades of Viking #49C2DB
Tints of Viking #49C2DB
RGB
CMYK
RGB Variations
Color information
#49C2DB (or 0x49C2DB) is known color: Viking. HEX triplet: 49, C2 and DB. RGB value is (73,194,219). Sum of RGB (Red+Green+Blue) = 73+194+219=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #49C2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2DB is #B63D24. Grayscale: #A0A0A0. Windows color (decimal): -11943205 or 14402121. OLE color: 14402121.
HSL color Cylindrical-coordinate representation of color #49C2DB: hue angle of 190.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C2DB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 194 | 219 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.14 |
| HSL | 190.27º | 0.67% | 0.57% | - |
| HSV(B) | 190.27º | 0.67% | 0.86% | - |
| XYZ | 34.83 | 45.11 | 73.89 | - |
| YUV | 160.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 219 | 0.67 | 0.11 | 0 | 0.14 | 190.27 | 0.67 | 0.57 |
| Hex | 49 | C2 | DB | 43 | B | 0 | E | BE | 43 | 39 |
| Octal | 111 | 302 | 333 | 103 | 13 | 0 | 16 | 276 | 103 | 71 |
| Binary | 1001001 | 11000010 | 11011011 | 1000011 | 1011 | 0 | 1110 | 10111110 | 1000011 | 111001 |
Color Harmonies of #49C2DB
Complementary color
Monochromatic Colors of #49C2DB
Black with #49C2DB
Text Example
Text Example
White with #49C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2DB; }
p { color: rgb(73,194,219); }
H1.HeaderClassName
{
color: #49C2DB;
}
.AnyTagClassName
{
color: #49C2DB;
}
</style>
background-color css
<style>
a { background-color: #49C2DB; }
a { background-color: rgb(73,194,219); }
div.DivClassName
{
background-color: #49C2DB;
}
.BgClassName
{
background-color: #49C2DB;
}
</style>
border-color css
<style>
span { border-color: #49C2DB; }
span { border-color: rgb(73,194,219); }
td.TdClassName
{
border-color: #49C2DB;
}
.TagClassName
{
border-color: #49C2DB;
}
</style>