Shades of Viking #49A1C6
Tints of Viking #49A1C6
RGB
CMYK
RGB Variations
Color information
#49A1C6 (or 0x49A1C6) is known color: Viking. HEX triplet: 49, A1 and C6. RGB value is (73,161,198). Sum of RGB (Red+Green+Blue) = 73+161+198=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #49A1C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A1C6 is #B65E39. Grayscale: #8A8A8A. Windows color (decimal): -11951674 or 13017417. OLE color: 13017417.
HSL color Cylindrical-coordinate representation of color #49A1C6: hue angle of 197.76º 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 #49A1C6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 161 | 198 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.22 |
| HSL | 197.76º | 0.52% | 0.53% | - |
| HSV(B) | 197.76º | 0.63% | 0.78% | - |
| XYZ | 25.69 | 30.98 | 58.05 | - |
| YUV | 138.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 198 | 0.63 | 0.19 | 0 | 0.22 | 197.76 | 0.52 | 0.53 |
| Hex | 49 | A1 | C6 | 3F | 13 | 0 | 16 | C6 | 34 | 35 |
| Octal | 111 | 241 | 306 | 77 | 23 | 0 | 26 | 306 | 64 | 65 |
| Binary | 1001001 | 10100001 | 11000110 | 111111 | 10011 | 0 | 10110 | 11000110 | 110100 | 110101 |
Color Harmonies of #49A1C6
Complementary color
Monochromatic Colors of #49A1C6
Black with #49A1C6
Text Example
Text Example
White with #49A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A1C6; }
p { color: rgb(73,161,198); }
H1.HeaderClassName
{
color: #49A1C6;
}
.AnyTagClassName
{
color: #49A1C6;
}
</style>
background-color css
<style>
a { background-color: #49A1C6; }
a { background-color: rgb(73,161,198); }
div.DivClassName
{
background-color: #49A1C6;
}
.BgClassName
{
background-color: #49A1C6;
}
</style>
border-color css
<style>
span { border-color: #49A1C6; }
span { border-color: rgb(73,161,198); }
td.TdClassName
{
border-color: #49A1C6;
}
.TagClassName
{
border-color: #49A1C6;
}
</style>