Shades of Viking #49BACA
Tints of Viking #49BACA
RGB
CMYK
RGB Variations
Color information
#49BACA (or 0x49BACA) is known color: Viking. HEX triplet: 49, BA and CA. RGB value is (73,186,202). Sum of RGB (Red+Green+Blue) = 73+186+202=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #49BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BACA is #B64535. Grayscale: #999999. Windows color (decimal): -11945270 or 13285961. OLE color: 13285961.
HSL color Cylindrical-coordinate representation of color #49BACA: hue angle of 187.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BACA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 186 | 202 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.21 |
| HSL | 187.44º | 0.55% | 0.54% | - |
| HSV(B) | 187.44º | 0.64% | 0.79% | - |
| XYZ | 30.97 | 40.8 | 62.12 | - |
| YUV | 154.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 202 | 0.64 | 0.08 | 0 | 0.21 | 187.44 | 0.55 | 0.54 |
| Hex | 49 | BA | CA | 40 | 8 | 0 | 15 | BB | 37 | 36 |
| Octal | 111 | 272 | 312 | 100 | 10 | 0 | 25 | 273 | 67 | 66 |
| Binary | 1001001 | 10111010 | 11001010 | 1000000 | 1000 | 0 | 10101 | 10111011 | 110111 | 110110 |
Color Harmonies of #49BACA
Complementary color
Monochromatic Colors of #49BACA
Black with #49BACA
Text Example
Text Example
White with #49BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BACA; }
p { color: rgb(73,186,202); }
H1.HeaderClassName
{
color: #49BACA;
}
.AnyTagClassName
{
color: #49BACA;
}
</style>
background-color css
<style>
a { background-color: #49BACA; }
a { background-color: rgb(73,186,202); }
div.DivClassName
{
background-color: #49BACA;
}
.BgClassName
{
background-color: #49BACA;
}
</style>
border-color css
<style>
span { border-color: #49BACA; }
span { border-color: rgb(73,186,202); }
td.TdClassName
{
border-color: #49BACA;
}
.TagClassName
{
border-color: #49BACA;
}
</style>