Shades of Viking #49BDBB
Tints of Viking #49BDBB
RGB
CMYK
RGB Variations
Color information
#49BDBB (or 0x49BDBB) is known color: Viking. HEX triplet: 49, BD and BB. RGB value is (73,189,187). Sum of RGB (Red+Green+Blue) = 73+189+187=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDBB is #B64244. Grayscale: #999999. Windows color (decimal): -11944517 or 12303689. OLE color: 12303689.
HSL color Cylindrical-coordinate representation of color #49BDBB: hue angle of 178.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BDBB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 187 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.26 |
| HSL | 178.97º | 0.47% | 0.51% | - |
| HSV(B) | 178.97º | 0.61% | 0.74% | - |
| XYZ | 29.91 | 41.4 | 53.43 | - |
| YUV | 154.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 187 | 0.61 | 0 | 0.01 | 0.26 | 178.97 | 0.47 | 0.51 |
| Hex | 49 | BD | BB | 3D | 0 | 1 | 1A | B3 | 2F | 33 |
| Octal | 111 | 275 | 273 | 75 | 0 | 1 | 32 | 263 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10111011 | 111101 | 0 | 1 | 11010 | 10110011 | 101111 | 110011 |
Color Harmonies of #49BDBB
Complementary color
Monochromatic Colors of #49BDBB
Black with #49BDBB
Text Example
Text Example
White with #49BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDBB; }
p { color: rgb(73,189,187); }
H1.HeaderClassName
{
color: #49BDBB;
}
.AnyTagClassName
{
color: #49BDBB;
}
</style>
background-color css
<style>
a { background-color: #49BDBB; }
a { background-color: rgb(73,189,187); }
div.DivClassName
{
background-color: #49BDBB;
}
.BgClassName
{
background-color: #49BDBB;
}
</style>
border-color css
<style>
span { border-color: #49BDBB; }
span { border-color: rgb(73,189,187); }
td.TdClassName
{
border-color: #49BDBB;
}
.TagClassName
{
border-color: #49BDBB;
}
</style>