Shades of Viking #49BCDA
Tints of Viking #49BCDA
RGB
CMYK
RGB Variations
Color information
#49BCDA (or 0x49BCDA) is known color: Viking. HEX triplet: 49, BC and DA. RGB value is (73,188,218). Sum of RGB (Red+Green+Blue) = 73+188+218=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #49BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCDA is #B64325. Grayscale: #9C9C9C. Windows color (decimal): -11944742 or 14335049. OLE color: 14335049.
HSL color Cylindrical-coordinate representation of color #49BCDA: hue angle of 192.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BCDA is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 188 | 218 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.15 |
| HSL | 192.41º | 0.66% | 0.57% | - |
| HSV(B) | 192.41º | 0.67% | 0.85% | - |
| XYZ | 33.39 | 42.44 | 72.76 | - |
| YUV | 157.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 218 | 0.67 | 0.14 | 0 | 0.15 | 192.41 | 0.66 | 0.57 |
| Hex | 49 | BC | DA | 43 | E | 0 | F | C0 | 42 | 39 |
| Octal | 111 | 274 | 332 | 103 | 16 | 0 | 17 | 300 | 102 | 71 |
| Binary | 1001001 | 10111100 | 11011010 | 1000011 | 1110 | 0 | 1111 | 11000000 | 1000010 | 111001 |
Color Harmonies of #49BCDA
Complementary color
Monochromatic Colors of #49BCDA
Black with #49BCDA
Text Example
Text Example
White with #49BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCDA; }
p { color: rgb(73,188,218); }
H1.HeaderClassName
{
color: #49BCDA;
}
.AnyTagClassName
{
color: #49BCDA;
}
</style>
background-color css
<style>
a { background-color: #49BCDA; }
a { background-color: rgb(73,188,218); }
div.DivClassName
{
background-color: #49BCDA;
}
.BgClassName
{
background-color: #49BCDA;
}
</style>
border-color css
<style>
span { border-color: #49BCDA; }
span { border-color: rgb(73,188,218); }
td.TdClassName
{
border-color: #49BCDA;
}
.TagClassName
{
border-color: #49BCDA;
}
</style>