Shades of Viking #49ACB9
Tints of Viking #49ACB9
RGB
CMYK
RGB Variations
Color information
#49ACB9 (or 0x49ACB9) is known color: Viking. HEX triplet: 49, AC and B9. RGB value is (73,172,185). Sum of RGB (Red+Green+Blue) = 73+172+185=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #49ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACB9 is #B65346. Grayscale: #8F8F8F. Windows color (decimal): -11948871 or 12168265. OLE color: 12168265.
HSL color Cylindrical-coordinate representation of color #49ACB9: hue angle of 186.96º degrees, saturation: 0.44, 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 #49ACB9 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 172 | 185 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.27 |
| HSL | 186.96º | 0.44% | 0.51% | - |
| HSV(B) | 186.96º | 0.61% | 0.73% | - |
| XYZ | 26.26 | 34.42 | 51.16 | - |
| YUV | 143.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 185 | 0.61 | 0.07 | 0 | 0.27 | 186.96 | 0.44 | 0.51 |
| Hex | 49 | AC | B9 | 3D | 7 | 0 | 1B | BB | 2C | 33 |
| Octal | 111 | 254 | 271 | 75 | 7 | 0 | 33 | 273 | 54 | 63 |
| Binary | 1001001 | 10101100 | 10111001 | 111101 | 111 | 0 | 11011 | 10111011 | 101100 | 110011 |
Color Harmonies of #49ACB9
Complementary color
Monochromatic Colors of #49ACB9
Black with #49ACB9
Text Example
Text Example
White with #49ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACB9; }
p { color: rgb(73,172,185); }
H1.HeaderClassName
{
color: #49ACB9;
}
.AnyTagClassName
{
color: #49ACB9;
}
</style>
background-color css
<style>
a { background-color: #49ACB9; }
a { background-color: rgb(73,172,185); }
div.DivClassName
{
background-color: #49ACB9;
}
.BgClassName
{
background-color: #49ACB9;
}
</style>
border-color css
<style>
span { border-color: #49ACB9; }
span { border-color: rgb(73,172,185); }
td.TdClassName
{
border-color: #49ACB9;
}
.TagClassName
{
border-color: #49ACB9;
}
</style>