Shades of Viking #49AAB2
Tints of Viking #49AAB2
RGB
CMYK
RGB Variations
Color information
#49AAB2 (or 0x49AAB2) is known color: Viking. HEX triplet: 49, AA and B2. RGB value is (73,170,178). Sum of RGB (Red+Green+Blue) = 73+170+178=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #49AAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAB2 is #B6554D. Grayscale: #8D8D8D. Windows color (decimal): -11949390 or 11709001. OLE color: 11709001.
HSL color Cylindrical-coordinate representation of color #49AAB2: hue angle of 184.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49AAB2 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 170 | 178 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.30 |
| HSL | 184.57º | 0.42% | 0.49% | - |
| HSV(B) | 184.57º | 0.59% | 0.7% | - |
| XYZ | 25.16 | 33.38 | 47.24 | - |
| YUV | 141.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 178 | 0.59 | 0.04 | 0 | 0.30 | 184.57 | 0.42 | 0.49 |
| Hex | 49 | AA | B2 | 3B | 4 | 0 | 1E | B9 | 2A | 31 |
| Octal | 111 | 252 | 262 | 73 | 4 | 0 | 36 | 271 | 52 | 61 |
| Binary | 1001001 | 10101010 | 10110010 | 111011 | 100 | 0 | 11110 | 10111001 | 101010 | 110001 |
Color Harmonies of #49AAB2
Complementary color
Monochromatic Colors of #49AAB2
Black with #49AAB2
Text Example
Text Example
White with #49AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAB2; }
p { color: rgb(73,170,178); }
H1.HeaderClassName
{
color: #49AAB2;
}
.AnyTagClassName
{
color: #49AAB2;
}
</style>
background-color css
<style>
a { background-color: #49AAB2; }
a { background-color: rgb(73,170,178); }
div.DivClassName
{
background-color: #49AAB2;
}
.BgClassName
{
background-color: #49AAB2;
}
</style>
border-color css
<style>
span { border-color: #49AAB2; }
span { border-color: rgb(73,170,178); }
td.TdClassName
{
border-color: #49AAB2;
}
.TagClassName
{
border-color: #49AAB2;
}
</style>