Shades of Viking #49BFDB
Tints of Viking #49BFDB
RGB
CMYK
RGB Variations
Color information
#49BFDB (or 0x49BFDB) is known color: Viking. HEX triplet: 49, BF and DB. RGB value is (73,191,219). Sum of RGB (Red+Green+Blue) = 73+191+219=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #49BFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFDB is #B64024. Grayscale: #9E9E9E. Windows color (decimal): -11943973 or 14401353. OLE color: 14401353.
HSL color Cylindrical-coordinate representation of color #49BFDB: hue angle of 191.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BFDB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 191 | 219 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.14 |
| HSL | 191.51º | 0.67% | 0.57% | - |
| HSV(B) | 191.51º | 0.67% | 0.86% | - |
| XYZ | 34.16 | 43.79 | 73.67 | - |
| YUV | 158.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 219 | 0.67 | 0.13 | 0 | 0.14 | 191.51 | 0.67 | 0.57 |
| Hex | 49 | BF | DB | 43 | D | 0 | E | C0 | 43 | 39 |
| Octal | 111 | 277 | 333 | 103 | 15 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1001001 | 10111111 | 11011011 | 1000011 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #49BFDB
Complementary color
Monochromatic Colors of #49BFDB
Black with #49BFDB
Text Example
Text Example
White with #49BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFDB; }
p { color: rgb(73,191,219); }
H1.HeaderClassName
{
color: #49BFDB;
}
.AnyTagClassName
{
color: #49BFDB;
}
</style>
background-color css
<style>
a { background-color: #49BFDB; }
a { background-color: rgb(73,191,219); }
div.DivClassName
{
background-color: #49BFDB;
}
.BgClassName
{
background-color: #49BFDB;
}
</style>
border-color css
<style>
span { border-color: #49BFDB; }
span { border-color: rgb(73,191,219); }
td.TdClassName
{
border-color: #49BFDB;
}
.TagClassName
{
border-color: #49BFDB;
}
</style>