Shades of Viking #49A0BA
Tints of Viking #49A0BA
RGB
CMYK
RGB Variations
Color information
#49A0BA (or 0x49A0BA) is known color: Viking. HEX triplet: 49, A0 and BA. RGB value is (73,160,186). Sum of RGB (Red+Green+Blue) = 73+160+186=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #49A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0BA is #B65F45. Grayscale: #888888. Windows color (decimal): -11951942 or 12230729. OLE color: 12230729.
HSL color Cylindrical-coordinate representation of color #49A0BA: hue angle of 193.81º 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 #49A0BA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 160 | 186 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.27 |
| HSL | 193.81º | 0.45% | 0.51% | - |
| HSV(B) | 193.81º | 0.61% | 0.73% | - |
| XYZ | 24.18 | 30.1 | 50.99 | - |
| YUV | 136.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 186 | 0.61 | 0.14 | 0 | 0.27 | 193.81 | 0.45 | 0.51 |
| Hex | 49 | A0 | BA | 3D | E | 0 | 1B | C2 | 2D | 33 |
| Octal | 111 | 240 | 272 | 75 | 16 | 0 | 33 | 302 | 55 | 63 |
| Binary | 1001001 | 10100000 | 10111010 | 111101 | 1110 | 0 | 11011 | 11000010 | 101101 | 110011 |
Color Harmonies of #49A0BA
Complementary color
Monochromatic Colors of #49A0BA
Black with #49A0BA
Text Example
Text Example
White with #49A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0BA; }
p { color: rgb(73,160,186); }
H1.HeaderClassName
{
color: #49A0BA;
}
.AnyTagClassName
{
color: #49A0BA;
}
</style>
background-color css
<style>
a { background-color: #49A0BA; }
a { background-color: rgb(73,160,186); }
div.DivClassName
{
background-color: #49A0BA;
}
.BgClassName
{
background-color: #49A0BA;
}
</style>
border-color css
<style>
span { border-color: #49A0BA; }
span { border-color: rgb(73,160,186); }
td.TdClassName
{
border-color: #49A0BA;
}
.TagClassName
{
border-color: #49A0BA;
}
</style>