Shades of Viking #49BAB5
Tints of Viking #49BAB5
RGB
CMYK
RGB Variations
Color information
#49BAB5 (or 0x49BAB5) is known color: Viking. HEX triplet: 49, BA and B5. RGB value is (73,186,181). Sum of RGB (Red+Green+Blue) = 73+186+181=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #49BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAB5 is #B6454A. Grayscale: #979797. Windows color (decimal): -11945291 or 11909705. OLE color: 11909705.
HSL color Cylindrical-coordinate representation of color #49BAB5: hue angle of 177.35º 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 #49BAB5 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 181 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.27 |
| HSL | 177.35º | 0.45% | 0.51% | - |
| HSV(B) | 177.35º | 0.61% | 0.73% | - |
| XYZ | 28.65 | 39.87 | 49.9 | - |
| YUV | 151.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 181 | 0.61 | 0 | 0.03 | 0.27 | 177.35 | 0.45 | 0.51 |
| Hex | 49 | BA | B5 | 3D | 0 | 3 | 1B | B1 | 2D | 33 |
| Octal | 111 | 272 | 265 | 75 | 0 | 3 | 33 | 261 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10110101 | 111101 | 0 | 11 | 11011 | 10110001 | 101101 | 110011 |
Color Harmonies of #49BAB5
Complementary color
Monochromatic Colors of #49BAB5
Black with #49BAB5
Text Example
Text Example
White with #49BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAB5; }
p { color: rgb(73,186,181); }
H1.HeaderClassName
{
color: #49BAB5;
}
.AnyTagClassName
{
color: #49BAB5;
}
</style>
background-color css
<style>
a { background-color: #49BAB5; }
a { background-color: rgb(73,186,181); }
div.DivClassName
{
background-color: #49BAB5;
}
.BgClassName
{
background-color: #49BAB5;
}
</style>
border-color css
<style>
span { border-color: #49BAB5; }
span { border-color: rgb(73,186,181); }
td.TdClassName
{
border-color: #49BAB5;
}
.TagClassName
{
border-color: #49BAB5;
}
</style>