Shades of Viking #49ADC5
Tints of Viking #49ADC5
RGB
CMYK
RGB Variations
Color information
#49ADC5 (or 0x49ADC5) is known color: Viking. HEX triplet: 49, AD and C5. RGB value is (73,173,197). Sum of RGB (Red+Green+Blue) = 73+173+197=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #49ADC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADC5 is #B6523A. Grayscale: #919191. Windows color (decimal): -11948603 or 12954953. OLE color: 12954953.
HSL color Cylindrical-coordinate representation of color #49ADC5: hue angle of 191.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49ADC5 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 173 | 197 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.23 |
| HSL | 191.61º | 0.52% | 0.53% | - |
| HSV(B) | 191.61º | 0.63% | 0.77% | - |
| XYZ | 27.77 | 35.33 | 58.18 | - |
| YUV | 145.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 197 | 0.63 | 0.12 | 0 | 0.23 | 191.61 | 0.52 | 0.53 |
| Hex | 49 | AD | C5 | 3F | C | 0 | 17 | C0 | 34 | 35 |
| Octal | 111 | 255 | 305 | 77 | 14 | 0 | 27 | 300 | 64 | 65 |
| Binary | 1001001 | 10101101 | 11000101 | 111111 | 1100 | 0 | 10111 | 11000000 | 110100 | 110101 |
Color Harmonies of #49ADC5
Complementary color
Monochromatic Colors of #49ADC5
Black with #49ADC5
Text Example
Text Example
White with #49ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADC5; }
p { color: rgb(73,173,197); }
H1.HeaderClassName
{
color: #49ADC5;
}
.AnyTagClassName
{
color: #49ADC5;
}
</style>
background-color css
<style>
a { background-color: #49ADC5; }
a { background-color: rgb(73,173,197); }
div.DivClassName
{
background-color: #49ADC5;
}
.BgClassName
{
background-color: #49ADC5;
}
</style>
border-color css
<style>
span { border-color: #49ADC5; }
span { border-color: rgb(73,173,197); }
td.TdClassName
{
border-color: #49ADC5;
}
.TagClassName
{
border-color: #49ADC5;
}
</style>