Shades of Viking #49C0CF
Tints of Viking #49C0CF
RGB
CMYK
RGB Variations
Color information
#49C0CF (or 0x49C0CF) is known color: Viking. HEX triplet: 49, C0 and CF. RGB value is (73,192,207). Sum of RGB (Red+Green+Blue) = 73+192+207=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #49C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0CF is #B63F30. Grayscale: #9D9D9D. Windows color (decimal): -11943729 or 13615177. OLE color: 13615177.
HSL color Cylindrical-coordinate representation of color #49C0CF: hue angle of 186.72º 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 #49C0CF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 192 | 207 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.19 |
| HSL | 186.72º | 0.58% | 0.55% | - |
| HSV(B) | 186.72º | 0.65% | 0.81% | - |
| XYZ | 32.86 | 43.62 | 65.72 | - |
| YUV | 158.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 207 | 0.65 | 0.07 | 0 | 0.19 | 186.72 | 0.58 | 0.55 |
| Hex | 49 | C0 | CF | 41 | 7 | 0 | 13 | BB | 3A | 37 |
| Octal | 111 | 300 | 317 | 101 | 7 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001001 | 11000000 | 11001111 | 1000001 | 111 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #49C0CF
Complementary color
Monochromatic Colors of #49C0CF
Black with #49C0CF
Text Example
Text Example
White with #49C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0CF; }
p { color: rgb(73,192,207); }
H1.HeaderClassName
{
color: #49C0CF;
}
.AnyTagClassName
{
color: #49C0CF;
}
</style>
background-color css
<style>
a { background-color: #49C0CF; }
a { background-color: rgb(73,192,207); }
div.DivClassName
{
background-color: #49C0CF;
}
.BgClassName
{
background-color: #49C0CF;
}
</style>
border-color css
<style>
span { border-color: #49C0CF; }
span { border-color: rgb(73,192,207); }
td.TdClassName
{
border-color: #49C0CF;
}
.TagClassName
{
border-color: #49C0CF;
}
</style>