Shades of Viking #49BACE
Tints of Viking #49BACE
RGB
CMYK
RGB Variations
Color information
#49BACE (or 0x49BACE) is known color: Viking. HEX triplet: 49, BA and CE. RGB value is (73,186,206). Sum of RGB (Red+Green+Blue) = 73+186+206=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #49BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BACE is #B64531. Grayscale: #9A9A9A. Windows color (decimal): -11945266 or 13548105. OLE color: 13548105.
HSL color Cylindrical-coordinate representation of color #49BACE: hue angle of 189.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BACE is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 186 | 206 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.19 |
| HSL | 189.02º | 0.58% | 0.55% | - |
| HSV(B) | 189.02º | 0.65% | 0.81% | - |
| XYZ | 31.45 | 40.99 | 64.65 | - |
| YUV | 154.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 206 | 0.65 | 0.10 | 0 | 0.19 | 189.02 | 0.58 | 0.55 |
| Hex | 49 | BA | CE | 41 | A | 0 | 13 | BD | 3A | 37 |
| Octal | 111 | 272 | 316 | 101 | 12 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001001 | 10111010 | 11001110 | 1000001 | 1010 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #49BACE
Complementary color
Monochromatic Colors of #49BACE
Black with #49BACE
Text Example
Text Example
White with #49BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BACE; }
p { color: rgb(73,186,206); }
H1.HeaderClassName
{
color: #49BACE;
}
.AnyTagClassName
{
color: #49BACE;
}
</style>
background-color css
<style>
a { background-color: #49BACE; }
a { background-color: rgb(73,186,206); }
div.DivClassName
{
background-color: #49BACE;
}
.BgClassName
{
background-color: #49BACE;
}
</style>
border-color css
<style>
span { border-color: #49BACE; }
span { border-color: rgb(73,186,206); }
td.TdClassName
{
border-color: #49BACE;
}
.TagClassName
{
border-color: #49BACE;
}
</style>