Shades of Viking #49BABB
Tints of Viking #49BABB
RGB
CMYK
RGB Variations
Color information
#49BABB (or 0x49BABB) is known color: Viking. HEX triplet: 49, BA and BB. RGB value is (73,186,187). Sum of RGB (Red+Green+Blue) = 73+186+187=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #49BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BABB is #B64544. Grayscale: #989898. Windows color (decimal): -11945285 or 12302921. OLE color: 12302921.
HSL color Cylindrical-coordinate representation of color #49BABB: hue angle of 180.53º degrees, saturation: 0.46, 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 #49BABB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 187 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.27 |
| HSL | 180.53º | 0.46% | 0.51% | - |
| HSV(B) | 180.53º | 0.61% | 0.73% | - |
| XYZ | 29.28 | 40.12 | 53.22 | - |
| YUV | 152.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 187 | 0.61 | 0.01 | 0 | 0.27 | 180.53 | 0.46 | 0.51 |
| Hex | 49 | BA | BB | 3D | 1 | 0 | 1B | B5 | 2E | 33 |
| Octal | 111 | 272 | 273 | 75 | 1 | 0 | 33 | 265 | 56 | 63 |
| Binary | 1001001 | 10111010 | 10111011 | 111101 | 1 | 0 | 11011 | 10110101 | 101110 | 110011 |
Color Harmonies of #49BABB
Complementary color
Monochromatic Colors of #49BABB
Black with #49BABB
Text Example
Text Example
White with #49BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BABB; }
p { color: rgb(73,186,187); }
H1.HeaderClassName
{
color: #49BABB;
}
.AnyTagClassName
{
color: #49BABB;
}
</style>
background-color css
<style>
a { background-color: #49BABB; }
a { background-color: rgb(73,186,187); }
div.DivClassName
{
background-color: #49BABB;
}
.BgClassName
{
background-color: #49BABB;
}
</style>
border-color css
<style>
span { border-color: #49BABB; }
span { border-color: rgb(73,186,187); }
td.TdClassName
{
border-color: #49BABB;
}
.TagClassName
{
border-color: #49BABB;
}
</style>