Shades of Viking #49BAB7
Tints of Viking #49BAB7
RGB
CMYK
RGB Variations
Color information
#49BAB7 (or 0x49BAB7) is known color: Viking. HEX triplet: 49, BA and B7. RGB value is (73,186,183). Sum of RGB (Red+Green+Blue) = 73+186+183=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #49BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAB7 is #B64548. Grayscale: #979797. Windows color (decimal): -11945289 or 12040777. OLE color: 12040777.
HSL color Cylindrical-coordinate representation of color #49BAB7: hue angle of 178.41º 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 #49BAB7 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 183 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.27 |
| HSL | 178.41º | 0.45% | 0.51% | - |
| HSV(B) | 178.41º | 0.61% | 0.73% | - |
| XYZ | 28.85 | 39.95 | 50.99 | - |
| YUV | 151.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 183 | 0.61 | 0 | 0.02 | 0.27 | 178.41 | 0.45 | 0.51 |
| Hex | 49 | BA | B7 | 3D | 0 | 2 | 1B | B2 | 2D | 33 |
| Octal | 111 | 272 | 267 | 75 | 0 | 2 | 33 | 262 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10110111 | 111101 | 0 | 10 | 11011 | 10110010 | 101101 | 110011 |
Color Harmonies of #49BAB7
Complementary color
Monochromatic Colors of #49BAB7
Black with #49BAB7
Text Example
Text Example
White with #49BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAB7; }
p { color: rgb(73,186,183); }
H1.HeaderClassName
{
color: #49BAB7;
}
.AnyTagClassName
{
color: #49BAB7;
}
</style>
background-color css
<style>
a { background-color: #49BAB7; }
a { background-color: rgb(73,186,183); }
div.DivClassName
{
background-color: #49BAB7;
}
.BgClassName
{
background-color: #49BAB7;
}
</style>
border-color css
<style>
span { border-color: #49BAB7; }
span { border-color: rgb(73,186,183); }
td.TdClassName
{
border-color: #49BAB7;
}
.TagClassName
{
border-color: #49BAB7;
}
</style>