Shades of Viking #49A7B9
Tints of Viking #49A7B9
RGB
CMYK
RGB Variations
Color information
#49A7B9 (or 0x49A7B9) is known color: Viking. HEX triplet: 49, A7 and B9. RGB value is (73,167,185). Sum of RGB (Red+Green+Blue) = 73+167+185=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #49A7B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A7B9 is #B65846. Grayscale: #8C8C8C. Windows color (decimal): -11950151 or 12166985. OLE color: 12166985.
HSL color Cylindrical-coordinate representation of color #49A7B9: hue angle of 189.64º 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 #49A7B9 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 167 | 185 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.27 |
| HSL | 189.64º | 0.44% | 0.51% | - |
| HSV(B) | 189.64º | 0.61% | 0.73% | - |
| XYZ | 25.32 | 32.56 | 50.85 | - |
| YUV | 140.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 185 | 0.61 | 0.10 | 0 | 0.27 | 189.64 | 0.44 | 0.51 |
| Hex | 49 | A7 | B9 | 3D | A | 0 | 1B | BE | 2C | 33 |
| Octal | 111 | 247 | 271 | 75 | 12 | 0 | 33 | 276 | 54 | 63 |
| Binary | 1001001 | 10100111 | 10111001 | 111101 | 1010 | 0 | 11011 | 10111110 | 101100 | 110011 |
Color Harmonies of #49A7B9
Complementary color
Monochromatic Colors of #49A7B9
Black with #49A7B9
Text Example
Text Example
White with #49A7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A7B9; }
p { color: rgb(73,167,185); }
H1.HeaderClassName
{
color: #49A7B9;
}
.AnyTagClassName
{
color: #49A7B9;
}
</style>
background-color css
<style>
a { background-color: #49A7B9; }
a { background-color: rgb(73,167,185); }
div.DivClassName
{
background-color: #49A7B9;
}
.BgClassName
{
background-color: #49A7B9;
}
</style>
border-color css
<style>
span { border-color: #49A7B9; }
span { border-color: rgb(73,167,185); }
td.TdClassName
{
border-color: #49A7B9;
}
.TagClassName
{
border-color: #49A7B9;
}
</style>