Shades of Viking #49AABA
Tints of Viking #49AABA
RGB
CMYK
RGB Variations
Color information
#49AABA (or 0x49AABA) is known color: Viking. HEX triplet: 49, AA and BA. RGB value is (73,170,186). Sum of RGB (Red+Green+Blue) = 73+170+186=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #49AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AABA is #B65545. Grayscale: #8E8E8E. Windows color (decimal): -11949382 or 12233289. OLE color: 12233289.
HSL color Cylindrical-coordinate representation of color #49AABA: hue angle of 188.5º 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 #49AABA is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 170 | 186 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.27 |
| HSL | 188.5º | 0.45% | 0.51% | - |
| HSV(B) | 188.5º | 0.61% | 0.73% | - |
| XYZ | 25.99 | 33.71 | 51.59 | - |
| YUV | 142.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 186 | 0.61 | 0.09 | 0 | 0.27 | 188.5 | 0.45 | 0.51 |
| Hex | 49 | AA | BA | 3D | 9 | 0 | 1B | BC | 2D | 33 |
| Octal | 111 | 252 | 272 | 75 | 11 | 0 | 33 | 274 | 55 | 63 |
| Binary | 1001001 | 10101010 | 10111010 | 111101 | 1001 | 0 | 11011 | 10111100 | 101101 | 110011 |
Color Harmonies of #49AABA
Complementary color
Monochromatic Colors of #49AABA
Black with #49AABA
Text Example
Text Example
White with #49AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AABA; }
p { color: rgb(73,170,186); }
H1.HeaderClassName
{
color: #49AABA;
}
.AnyTagClassName
{
color: #49AABA;
}
</style>
background-color css
<style>
a { background-color: #49AABA; }
a { background-color: rgb(73,170,186); }
div.DivClassName
{
background-color: #49AABA;
}
.BgClassName
{
background-color: #49AABA;
}
</style>
border-color css
<style>
span { border-color: #49AABA; }
span { border-color: rgb(73,170,186); }
td.TdClassName
{
border-color: #49AABA;
}
.TagClassName
{
border-color: #49AABA;
}
</style>