Shades of Viking #49AABC
Tints of Viking #49AABC
RGB
CMYK
RGB Variations
Color information
#49AABC (or 0x49AABC) is known color: Viking. HEX triplet: 49, AA and BC. RGB value is (73,170,188). Sum of RGB (Red+Green+Blue) = 73+170+188=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #49AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AABC is #B65543. Grayscale: #8E8E8E. Windows color (decimal): -11949380 or 12364361. OLE color: 12364361.
HSL color Cylindrical-coordinate representation of color #49AABC: hue angle of 189.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AABC is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 170 | 188 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.26 |
| HSL | 189.39º | 0.46% | 0.51% | - |
| HSV(B) | 189.39º | 0.61% | 0.74% | - |
| XYZ | 26.2 | 33.8 | 52.72 | - |
| YUV | 143.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 188 | 0.61 | 0.10 | 0 | 0.26 | 189.39 | 0.46 | 0.51 |
| Hex | 49 | AA | BC | 3D | A | 0 | 1A | BD | 2E | 33 |
| Octal | 111 | 252 | 274 | 75 | 12 | 0 | 32 | 275 | 56 | 63 |
| Binary | 1001001 | 10101010 | 10111100 | 111101 | 1010 | 0 | 11010 | 10111101 | 101110 | 110011 |
Color Harmonies of #49AABC
Complementary color
Monochromatic Colors of #49AABC
Black with #49AABC
Text Example
Text Example
White with #49AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AABC; }
p { color: rgb(73,170,188); }
H1.HeaderClassName
{
color: #49AABC;
}
.AnyTagClassName
{
color: #49AABC;
}
</style>
background-color css
<style>
a { background-color: #49AABC; }
a { background-color: rgb(73,170,188); }
div.DivClassName
{
background-color: #49AABC;
}
.BgClassName
{
background-color: #49AABC;
}
</style>
border-color css
<style>
span { border-color: #49AABC; }
span { border-color: rgb(73,170,188); }
td.TdClassName
{
border-color: #49AABC;
}
.TagClassName
{
border-color: #49AABC;
}
</style>