Shades of Viking #49BBB9
Tints of Viking #49BBB9
RGB
CMYK
RGB Variations
Color information
#49BBB9 (or 0x49BBB9) is known color: Viking. HEX triplet: 49, BB and B9. RGB value is (73,187,185). Sum of RGB (Red+Green+Blue) = 73+187+185=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBB9 is #B64446. Grayscale: #989898. Windows color (decimal): -11945031 or 12172105. OLE color: 12172105.
HSL color Cylindrical-coordinate representation of color #49BBB9: hue angle of 178.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBB9 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 185 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.27 |
| HSL | 178.95º | 0.46% | 0.51% | - |
| HSV(B) | 178.95º | 0.61% | 0.73% | - |
| XYZ | 29.27 | 40.46 | 52.17 | - |
| YUV | 152.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 185 | 0.61 | 0 | 0.01 | 0.27 | 178.95 | 0.46 | 0.51 |
| Hex | 49 | BB | B9 | 3D | 0 | 1 | 1B | B3 | 2E | 33 |
| Octal | 111 | 273 | 271 | 75 | 0 | 1 | 33 | 263 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10111001 | 111101 | 0 | 1 | 11011 | 10110011 | 101110 | 110011 |
Color Harmonies of #49BBB9
Complementary color
Monochromatic Colors of #49BBB9
Black with #49BBB9
Text Example
Text Example
White with #49BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBB9; }
p { color: rgb(73,187,185); }
H1.HeaderClassName
{
color: #49BBB9;
}
.AnyTagClassName
{
color: #49BBB9;
}
</style>
background-color css
<style>
a { background-color: #49BBB9; }
a { background-color: rgb(73,187,185); }
div.DivClassName
{
background-color: #49BBB9;
}
.BgClassName
{
background-color: #49BBB9;
}
</style>
border-color css
<style>
span { border-color: #49BBB9; }
span { border-color: rgb(73,187,185); }
td.TdClassName
{
border-color: #49BBB9;
}
.TagClassName
{
border-color: #49BBB9;
}
</style>