Shades of Viking #49BAC8
Tints of Viking #49BAC8
RGB
CMYK
RGB Variations
Color information
#49BAC8 (or 0x49BAC8) is known color: Viking. HEX triplet: 49, BA and C8. RGB value is (73,186,200). Sum of RGB (Red+Green+Blue) = 73+186+200=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #49BAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAC8 is #B64537. Grayscale: #999999. Windows color (decimal): -11945272 or 13154889. OLE color: 13154889.
HSL color Cylindrical-coordinate representation of color #49BAC8: hue angle of 186.61º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BAC8 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 186 | 200 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.22 |
| HSL | 186.61º | 0.54% | 0.54% | - |
| HSV(B) | 186.61º | 0.64% | 0.78% | - |
| XYZ | 30.73 | 40.7 | 60.88 | - |
| YUV | 153.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 200 | 0.64 | 0.07 | 0 | 0.22 | 186.61 | 0.54 | 0.54 |
| Hex | 49 | BA | C8 | 40 | 7 | 0 | 16 | BB | 36 | 36 |
| Octal | 111 | 272 | 310 | 100 | 7 | 0 | 26 | 273 | 66 | 66 |
| Binary | 1001001 | 10111010 | 11001000 | 1000000 | 111 | 0 | 10110 | 10111011 | 110110 | 110110 |
Color Harmonies of #49BAC8
Complementary color
Monochromatic Colors of #49BAC8
Black with #49BAC8
Text Example
Text Example
White with #49BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAC8; }
p { color: rgb(73,186,200); }
H1.HeaderClassName
{
color: #49BAC8;
}
.AnyTagClassName
{
color: #49BAC8;
}
</style>
background-color css
<style>
a { background-color: #49BAC8; }
a { background-color: rgb(73,186,200); }
div.DivClassName
{
background-color: #49BAC8;
}
.BgClassName
{
background-color: #49BAC8;
}
</style>
border-color css
<style>
span { border-color: #49BAC8; }
span { border-color: rgb(73,186,200); }
td.TdClassName
{
border-color: #49BAC8;
}
.TagClassName
{
border-color: #49BAC8;
}
</style>