Shades of Viking #49BCB9
Tints of Viking #49BCB9
RGB
CMYK
RGB Variations
Color information
#49BCB9 (or 0x49BCB9) is known color: Viking. HEX triplet: 49, BC and B9. RGB value is (73,188,185). Sum of RGB (Red+Green+Blue) = 73+188+185=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCB9 is #B64346. Grayscale: #999999. Windows color (decimal): -11944775 or 12172361. OLE color: 12172361.
HSL color Cylindrical-coordinate representation of color #49BCB9: hue angle of 178.43º degrees, saturation: 0.46, 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 #49BCB9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 185 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.26 |
| HSL | 178.43º | 0.46% | 0.51% | - |
| HSV(B) | 178.43º | 0.61% | 0.74% | - |
| XYZ | 29.49 | 40.89 | 52.24 | - |
| YUV | 153.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 185 | 0.61 | 0 | 0.02 | 0.26 | 178.43 | 0.46 | 0.51 |
| Hex | 49 | BC | B9 | 3D | 0 | 2 | 1A | B2 | 2E | 33 |
| Octal | 111 | 274 | 271 | 75 | 0 | 2 | 32 | 262 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10111001 | 111101 | 0 | 10 | 11010 | 10110010 | 101110 | 110011 |
Color Harmonies of #49BCB9
Complementary color
Monochromatic Colors of #49BCB9
Black with #49BCB9
Text Example
Text Example
White with #49BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCB9; }
p { color: rgb(73,188,185); }
H1.HeaderClassName
{
color: #49BCB9;
}
.AnyTagClassName
{
color: #49BCB9;
}
</style>
background-color css
<style>
a { background-color: #49BCB9; }
a { background-color: rgb(73,188,185); }
div.DivClassName
{
background-color: #49BCB9;
}
.BgClassName
{
background-color: #49BCB9;
}
</style>
border-color css
<style>
span { border-color: #49BCB9; }
span { border-color: rgb(73,188,185); }
td.TdClassName
{
border-color: #49BCB9;
}
.TagClassName
{
border-color: #49BCB9;
}
</style>