Shades of Viking #49ABC6
Tints of Viking #49ABC6
RGB
CMYK
RGB Variations
Color information
#49ABC6 (or 0x49ABC6) is known color: Viking. HEX triplet: 49, AB and C6. RGB value is (73,171,198). Sum of RGB (Red+Green+Blue) = 73+171+198=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #49ABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABC6 is #B65439. Grayscale: #909090. Windows color (decimal): -11949114 or 13019977. OLE color: 13019977.
HSL color Cylindrical-coordinate representation of color #49ABC6: hue angle of 192.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49ABC6 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 171 | 198 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.22 |
| HSL | 192.96º | 0.52% | 0.53% | - |
| HSV(B) | 192.96º | 0.63% | 0.78% | - |
| XYZ | 27.5 | 34.62 | 58.66 | - |
| YUV | 144.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 198 | 0.63 | 0.14 | 0 | 0.22 | 192.96 | 0.52 | 0.53 |
| Hex | 49 | AB | C6 | 3F | E | 0 | 16 | C1 | 34 | 35 |
| Octal | 111 | 253 | 306 | 77 | 16 | 0 | 26 | 301 | 64 | 65 |
| Binary | 1001001 | 10101011 | 11000110 | 111111 | 1110 | 0 | 10110 | 11000001 | 110100 | 110101 |
Color Harmonies of #49ABC6
Complementary color
Monochromatic Colors of #49ABC6
Black with #49ABC6
Text Example
Text Example
White with #49ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABC6; }
p { color: rgb(73,171,198); }
H1.HeaderClassName
{
color: #49ABC6;
}
.AnyTagClassName
{
color: #49ABC6;
}
</style>
background-color css
<style>
a { background-color: #49ABC6; }
a { background-color: rgb(73,171,198); }
div.DivClassName
{
background-color: #49ABC6;
}
.BgClassName
{
background-color: #49ABC6;
}
</style>
border-color css
<style>
span { border-color: #49ABC6; }
span { border-color: rgb(73,171,198); }
td.TdClassName
{
border-color: #49ABC6;
}
.TagClassName
{
border-color: #49ABC6;
}
</style>