Shades of Viking #49C1CE
Tints of Viking #49C1CE
RGB
CMYK
RGB Variations
Color information
#49C1CE (or 0x49C1CE) is known color: Viking. HEX triplet: 49, C1 and CE. RGB value is (73,193,206). Sum of RGB (Red+Green+Blue) = 73+193+206=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #49C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1CE is #B63E31. Grayscale: #9E9E9E. Windows color (decimal): -11943474 or 13549897. OLE color: 13549897.
HSL color Cylindrical-coordinate representation of color #49C1CE: hue angle of 185.86º 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 #49C1CE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 193 | 206 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.19 |
| HSL | 185.86º | 0.58% | 0.55% | - |
| HSV(B) | 185.86º | 0.65% | 0.81% | - |
| XYZ | 32.96 | 44.01 | 65.15 | - |
| YUV | 158.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 206 | 0.65 | 0.06 | 0 | 0.19 | 185.86 | 0.58 | 0.55 |
| Hex | 49 | C1 | CE | 41 | 6 | 0 | 13 | BA | 3A | 37 |
| Octal | 111 | 301 | 316 | 101 | 6 | 0 | 23 | 272 | 72 | 67 |
| Binary | 1001001 | 11000001 | 11001110 | 1000001 | 110 | 0 | 10011 | 10111010 | 111010 | 110111 |
Color Harmonies of #49C1CE
Complementary color
Monochromatic Colors of #49C1CE
Black with #49C1CE
Text Example
Text Example
White with #49C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1CE; }
p { color: rgb(73,193,206); }
H1.HeaderClassName
{
color: #49C1CE;
}
.AnyTagClassName
{
color: #49C1CE;
}
</style>
background-color css
<style>
a { background-color: #49C1CE; }
a { background-color: rgb(73,193,206); }
div.DivClassName
{
background-color: #49C1CE;
}
.BgClassName
{
background-color: #49C1CE;
}
</style>
border-color css
<style>
span { border-color: #49C1CE; }
span { border-color: rgb(73,193,206); }
td.TdClassName
{
border-color: #49C1CE;
}
.TagClassName
{
border-color: #49C1CE;
}
</style>