Shades of Viking #49B5BB
Tints of Viking #49B5BB
RGB
CMYK
RGB Variations
Color information
#49B5BB (or 0x49B5BB) is known color: Viking. HEX triplet: 49, B5 and BB. RGB value is (73,181,187). Sum of RGB (Red+Green+Blue) = 73+181+187=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #49B5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5BB is #B64A44. Grayscale: #959595. Windows color (decimal): -11946565 or 12301641. OLE color: 12301641.
HSL color Cylindrical-coordinate representation of color #49B5BB: hue angle of 183.16º 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 #49B5BB is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 181 | 187 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.27 |
| HSL | 183.16º | 0.46% | 0.51% | - |
| HSV(B) | 183.16º | 0.61% | 0.73% | - |
| XYZ | 28.24 | 38.05 | 52.87 | - |
| YUV | 149.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 187 | 0.61 | 0.03 | 0 | 0.27 | 183.16 | 0.46 | 0.51 |
| Hex | 49 | B5 | BB | 3D | 3 | 0 | 1B | B7 | 2E | 33 |
| Octal | 111 | 265 | 273 | 75 | 3 | 0 | 33 | 267 | 56 | 63 |
| Binary | 1001001 | 10110101 | 10111011 | 111101 | 11 | 0 | 11011 | 10110111 | 101110 | 110011 |
Color Harmonies of #49B5BB
Complementary color
Monochromatic Colors of #49B5BB
Black with #49B5BB
Text Example
Text Example
White with #49B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5BB; }
p { color: rgb(73,181,187); }
H1.HeaderClassName
{
color: #49B5BB;
}
.AnyTagClassName
{
color: #49B5BB;
}
</style>
background-color css
<style>
a { background-color: #49B5BB; }
a { background-color: rgb(73,181,187); }
div.DivClassName
{
background-color: #49B5BB;
}
.BgClassName
{
background-color: #49B5BB;
}
</style>
border-color css
<style>
span { border-color: #49B5BB; }
span { border-color: rgb(73,181,187); }
td.TdClassName
{
border-color: #49B5BB;
}
.TagClassName
{
border-color: #49B5BB;
}
</style>