Shades of Viking #49A8D0
Tints of Viking #49A8D0
RGB
CMYK
RGB Variations
Color information
#49A8D0 (or 0x49A8D0) is known color: Viking. HEX triplet: 49, A8 and D0. RGB value is (73,168,208). Sum of RGB (Red+Green+Blue) = 73+168+208=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #49A8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8D0 is #B6572F. Grayscale: #8F8F8F. Windows color (decimal): -11949872 or 13674569. OLE color: 13674569.
HSL color Cylindrical-coordinate representation of color #49A8D0: hue angle of 197.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A8D0 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 168 | 208 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.18 |
| HSL | 197.78º | 0.59% | 0.55% | - |
| HSV(B) | 197.78º | 0.65% | 0.82% | - |
| XYZ | 28.14 | 33.98 | 64.75 | - |
| YUV | 144.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 208 | 0.65 | 0.19 | 0 | 0.18 | 197.78 | 0.59 | 0.55 |
| Hex | 49 | A8 | D0 | 41 | 13 | 0 | 12 | C6 | 3B | 37 |
| Octal | 111 | 250 | 320 | 101 | 23 | 0 | 22 | 306 | 73 | 67 |
| Binary | 1001001 | 10101000 | 11010000 | 1000001 | 10011 | 0 | 10010 | 11000110 | 111011 | 110111 |
Color Harmonies of #49A8D0
Complementary color
Monochromatic Colors of #49A8D0
Black with #49A8D0
Text Example
Text Example
White with #49A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8D0; }
p { color: rgb(73,168,208); }
H1.HeaderClassName
{
color: #49A8D0;
}
.AnyTagClassName
{
color: #49A8D0;
}
</style>
background-color css
<style>
a { background-color: #49A8D0; }
a { background-color: rgb(73,168,208); }
div.DivClassName
{
background-color: #49A8D0;
}
.BgClassName
{
background-color: #49A8D0;
}
</style>
border-color css
<style>
span { border-color: #49A8D0; }
span { border-color: rgb(73,168,208); }
td.TdClassName
{
border-color: #49A8D0;
}
.TagClassName
{
border-color: #49A8D0;
}
</style>