Shades of Viking #49AACE
Tints of Viking #49AACE
RGB
CMYK
RGB Variations
Color information
#49AACE (or 0x49AACE) is known color: Viking. HEX triplet: 49, AA and CE. RGB value is (73,170,206). Sum of RGB (Red+Green+Blue) = 73+170+206=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #49AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AACE is #B65531. Grayscale: #909090. Windows color (decimal): -11949362 or 13544009. OLE color: 13544009.
HSL color Cylindrical-coordinate representation of color #49AACE: hue angle of 196.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49AACE is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 170 | 206 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.19 |
| HSL | 196.24º | 0.58% | 0.55% | - |
| HSV(B) | 196.24º | 0.65% | 0.81% | - |
| XYZ | 28.26 | 34.62 | 63.59 | - |
| YUV | 145.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 206 | 0.65 | 0.17 | 0 | 0.19 | 196.24 | 0.58 | 0.55 |
| Hex | 49 | AA | CE | 41 | 11 | 0 | 13 | C4 | 3A | 37 |
| Octal | 111 | 252 | 316 | 101 | 21 | 0 | 23 | 304 | 72 | 67 |
| Binary | 1001001 | 10101010 | 11001110 | 1000001 | 10001 | 0 | 10011 | 11000100 | 111010 | 110111 |
Color Harmonies of #49AACE
Complementary color
Monochromatic Colors of #49AACE
Black with #49AACE
Text Example
Text Example
White with #49AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AACE; }
p { color: rgb(73,170,206); }
H1.HeaderClassName
{
color: #49AACE;
}
.AnyTagClassName
{
color: #49AACE;
}
</style>
background-color css
<style>
a { background-color: #49AACE; }
a { background-color: rgb(73,170,206); }
div.DivClassName
{
background-color: #49AACE;
}
.BgClassName
{
background-color: #49AACE;
}
</style>
border-color css
<style>
span { border-color: #49AACE; }
span { border-color: rgb(73,170,206); }
td.TdClassName
{
border-color: #49AACE;
}
.TagClassName
{
border-color: #49AACE;
}
</style>