Shades of Viking #49ADC9
Tints of Viking #49ADC9
RGB
CMYK
RGB Variations
Color information
#49ADC9 (or 0x49ADC9) is known color: Viking. HEX triplet: 49, AD and C9. RGB value is (73,173,201). Sum of RGB (Red+Green+Blue) = 73+173+201=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #49ADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADC9 is #B65236. Grayscale: #929292. Windows color (decimal): -11948599 or 13217097. OLE color: 13217097.
HSL color Cylindrical-coordinate representation of color #49ADC9: hue angle of 193.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49ADC9 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 173 | 201 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.21 |
| HSL | 193.13º | 0.54% | 0.54% | - |
| HSV(B) | 193.13º | 0.64% | 0.79% | - |
| XYZ | 28.23 | 35.52 | 60.63 | - |
| YUV | 146.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 201 | 0.64 | 0.14 | 0 | 0.21 | 193.13 | 0.54 | 0.54 |
| Hex | 49 | AD | C9 | 40 | E | 0 | 15 | C1 | 36 | 36 |
| Octal | 111 | 255 | 311 | 100 | 16 | 0 | 25 | 301 | 66 | 66 |
| Binary | 1001001 | 10101101 | 11001001 | 1000000 | 1110 | 0 | 10101 | 11000001 | 110110 | 110110 |
Color Harmonies of #49ADC9
Complementary color
Monochromatic Colors of #49ADC9
Black with #49ADC9
Text Example
Text Example
White with #49ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADC9; }
p { color: rgb(73,173,201); }
H1.HeaderClassName
{
color: #49ADC9;
}
.AnyTagClassName
{
color: #49ADC9;
}
</style>
background-color css
<style>
a { background-color: #49ADC9; }
a { background-color: rgb(73,173,201); }
div.DivClassName
{
background-color: #49ADC9;
}
.BgClassName
{
background-color: #49ADC9;
}
</style>
border-color css
<style>
span { border-color: #49ADC9; }
span { border-color: rgb(73,173,201); }
td.TdClassName
{
border-color: #49ADC9;
}
.TagClassName
{
border-color: #49ADC9;
}
</style>