Shades of Viking #49ADC7
Tints of Viking #49ADC7
RGB
CMYK
RGB Variations
Color information
#49ADC7 (or 0x49ADC7) is known color: Viking. HEX triplet: 49, AD and C7. RGB value is (73,173,199). Sum of RGB (Red+Green+Blue) = 73+173+199=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #49ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADC7 is #B65238. Grayscale: #919191. Windows color (decimal): -11948601 or 13086025. OLE color: 13086025.
HSL color Cylindrical-coordinate representation of color #49ADC7: hue angle of 192.38º degrees, saturation: 0.53, 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 #49ADC7 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 173 | 199 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.22 |
| HSL | 192.38º | 0.53% | 0.53% | - |
| HSV(B) | 192.38º | 0.63% | 0.78% | - |
| XYZ | 28 | 35.43 | 59.4 | - |
| YUV | 146.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 199 | 0.63 | 0.13 | 0 | 0.22 | 192.38 | 0.53 | 0.53 |
| Hex | 49 | AD | C7 | 3F | D | 0 | 16 | C0 | 35 | 35 |
| Octal | 111 | 255 | 307 | 77 | 15 | 0 | 26 | 300 | 65 | 65 |
| Binary | 1001001 | 10101101 | 11000111 | 111111 | 1101 | 0 | 10110 | 11000000 | 110101 | 110101 |
Color Harmonies of #49ADC7
Complementary color
Monochromatic Colors of #49ADC7
Black with #49ADC7
Text Example
Text Example
White with #49ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADC7; }
p { color: rgb(73,173,199); }
H1.HeaderClassName
{
color: #49ADC7;
}
.AnyTagClassName
{
color: #49ADC7;
}
</style>
background-color css
<style>
a { background-color: #49ADC7; }
a { background-color: rgb(73,173,199); }
div.DivClassName
{
background-color: #49ADC7;
}
.BgClassName
{
background-color: #49ADC7;
}
</style>
border-color css
<style>
span { border-color: #49ADC7; }
span { border-color: rgb(73,173,199); }
td.TdClassName
{
border-color: #49ADC7;
}
.TagClassName
{
border-color: #49ADC7;
}
</style>