Shades of Viking #49B2BA
Tints of Viking #49B2BA
RGB
CMYK
RGB Variations
Color information
#49B2BA (or 0x49B2BA) is known color: Viking. HEX triplet: 49, B2 and BA. RGB value is (73,178,186). Sum of RGB (Red+Green+Blue) = 73+178+186=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #49B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2BA is #B64D45. Grayscale: #939393. Windows color (decimal): -11947334 or 12235337. OLE color: 12235337.
HSL color Cylindrical-coordinate representation of color #49B2BA: hue angle of 184.25º 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 #49B2BA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 178 | 186 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.27 |
| HSL | 184.25º | 0.45% | 0.51% | - |
| HSV(B) | 184.25º | 0.61% | 0.73% | - |
| XYZ | 27.53 | 36.8 | 52.11 | - |
| YUV | 147.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 186 | 0.61 | 0.04 | 0 | 0.27 | 184.25 | 0.45 | 0.51 |
| Hex | 49 | B2 | BA | 3D | 4 | 0 | 1B | B8 | 2D | 33 |
| Octal | 111 | 262 | 272 | 75 | 4 | 0 | 33 | 270 | 55 | 63 |
| Binary | 1001001 | 10110010 | 10111010 | 111101 | 100 | 0 | 11011 | 10111000 | 101101 | 110011 |
Color Harmonies of #49B2BA
Complementary color
Monochromatic Colors of #49B2BA
Black with #49B2BA
Text Example
Text Example
White with #49B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2BA; }
p { color: rgb(73,178,186); }
H1.HeaderClassName
{
color: #49B2BA;
}
.AnyTagClassName
{
color: #49B2BA;
}
</style>
background-color css
<style>
a { background-color: #49B2BA; }
a { background-color: rgb(73,178,186); }
div.DivClassName
{
background-color: #49B2BA;
}
.BgClassName
{
background-color: #49B2BA;
}
</style>
border-color css
<style>
span { border-color: #49B2BA; }
span { border-color: rgb(73,178,186); }
td.TdClassName
{
border-color: #49B2BA;
}
.TagClassName
{
border-color: #49B2BA;
}
</style>