Shades of Viking #49B4BA
Tints of Viking #49B4BA
RGB
CMYK
RGB Variations
Color information
#49B4BA (or 0x49B4BA) is known color: Viking. HEX triplet: 49, B4 and BA. RGB value is (73,180,186). Sum of RGB (Red+Green+Blue) = 73+180+186=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #49B4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B4BA is #B64B45. Grayscale: #949494. Windows color (decimal): -11946822 or 12235849. OLE color: 12235849.
HSL color Cylindrical-coordinate representation of color #49B4BA: hue angle of 183.19º degrees, saturation: 0.45, 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 #49B4BA is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 180 | 186 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.27 |
| HSL | 183.19º | 0.45% | 0.51% | - |
| HSV(B) | 183.19º | 0.61% | 0.73% | - |
| XYZ | 27.93 | 37.6 | 52.24 | - |
| YUV | 148.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 186 | 0.61 | 0.03 | 0 | 0.27 | 183.19 | 0.45 | 0.51 |
| Hex | 49 | B4 | BA | 3D | 3 | 0 | 1B | B7 | 2D | 33 |
| Octal | 111 | 264 | 272 | 75 | 3 | 0 | 33 | 267 | 55 | 63 |
| Binary | 1001001 | 10110100 | 10111010 | 111101 | 11 | 0 | 11011 | 10110111 | 101101 | 110011 |
Color Harmonies of #49B4BA
Complementary color
Monochromatic Colors of #49B4BA
Black with #49B4BA
Text Example
Text Example
White with #49B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B4BA; }
p { color: rgb(73,180,186); }
H1.HeaderClassName
{
color: #49B4BA;
}
.AnyTagClassName
{
color: #49B4BA;
}
</style>
background-color css
<style>
a { background-color: #49B4BA; }
a { background-color: rgb(73,180,186); }
div.DivClassName
{
background-color: #49B4BA;
}
.BgClassName
{
background-color: #49B4BA;
}
</style>
border-color css
<style>
span { border-color: #49B4BA; }
span { border-color: rgb(73,180,186); }
td.TdClassName
{
border-color: #49B4BA;
}
.TagClassName
{
border-color: #49B4BA;
}
</style>