Shades of Viking #49BDCD
Tints of Viking #49BDCD
RGB
CMYK
RGB Variations
Color information
#49BDCD (or 0x49BDCD) is known color: Viking. HEX triplet: 49, BD and CD. RGB value is (73,189,205). Sum of RGB (Red+Green+Blue) = 73+189+205=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #49BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDCD is #B64232. Grayscale: #9B9B9B. Windows color (decimal): -11944499 or 13483337. OLE color: 13483337.
HSL color Cylindrical-coordinate representation of color #49BDCD: hue angle of 187.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BDCD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 189 | 205 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.20 |
| HSL | 187.27º | 0.57% | 0.55% | - |
| HSV(B) | 187.27º | 0.64% | 0.8% | - |
| XYZ | 31.96 | 42.22 | 64.22 | - |
| YUV | 156.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 205 | 0.64 | 0.08 | 0 | 0.20 | 187.27 | 0.57 | 0.55 |
| Hex | 49 | BD | CD | 40 | 8 | 0 | 14 | BB | 39 | 37 |
| Octal | 111 | 275 | 315 | 100 | 10 | 0 | 24 | 273 | 71 | 67 |
| Binary | 1001001 | 10111101 | 11001101 | 1000000 | 1000 | 0 | 10100 | 10111011 | 111001 | 110111 |
Color Harmonies of #49BDCD
Complementary color
Monochromatic Colors of #49BDCD
Black with #49BDCD
Text Example
Text Example
White with #49BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDCD; }
p { color: rgb(73,189,205); }
H1.HeaderClassName
{
color: #49BDCD;
}
.AnyTagClassName
{
color: #49BDCD;
}
</style>
background-color css
<style>
a { background-color: #49BDCD; }
a { background-color: rgb(73,189,205); }
div.DivClassName
{
background-color: #49BDCD;
}
.BgClassName
{
background-color: #49BDCD;
}
</style>
border-color css
<style>
span { border-color: #49BDCD; }
span { border-color: rgb(73,189,205); }
td.TdClassName
{
border-color: #49BDCD;
}
.TagClassName
{
border-color: #49BDCD;
}
</style>