Shades of Viking #49AAC8
Tints of Viking #49AAC8
RGB
CMYK
RGB Variations
Color information
#49AAC8 (or 0x49AAC8) is known color: Viking. HEX triplet: 49, AA and C8. RGB value is (73,170,200). Sum of RGB (Red+Green+Blue) = 73+170+200=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #49AAC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAC8 is #B65537. Grayscale: #909090. Windows color (decimal): -11949368 or 13150793. OLE color: 13150793.
HSL color Cylindrical-coordinate representation of color #49AAC8: hue angle of 194.17º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49AAC8 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 170 | 200 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.22 |
| HSL | 194.17º | 0.54% | 0.54% | - |
| HSV(B) | 194.17º | 0.64% | 0.78% | - |
| XYZ | 27.55 | 34.34 | 59.82 | - |
| YUV | 144.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 200 | 0.64 | 0.15 | 0 | 0.22 | 194.17 | 0.54 | 0.54 |
| Hex | 49 | AA | C8 | 40 | F | 0 | 16 | C2 | 36 | 36 |
| Octal | 111 | 252 | 310 | 100 | 17 | 0 | 26 | 302 | 66 | 66 |
| Binary | 1001001 | 10101010 | 11001000 | 1000000 | 1111 | 0 | 10110 | 11000010 | 110110 | 110110 |
Color Harmonies of #49AAC8
Complementary color
Monochromatic Colors of #49AAC8
Black with #49AAC8
Text Example
Text Example
White with #49AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAC8; }
p { color: rgb(73,170,200); }
H1.HeaderClassName
{
color: #49AAC8;
}
.AnyTagClassName
{
color: #49AAC8;
}
</style>
background-color css
<style>
a { background-color: #49AAC8; }
a { background-color: rgb(73,170,200); }
div.DivClassName
{
background-color: #49AAC8;
}
.BgClassName
{
background-color: #49AAC8;
}
</style>
border-color css
<style>
span { border-color: #49AAC8; }
span { border-color: rgb(73,170,200); }
td.TdClassName
{
border-color: #49AAC8;
}
.TagClassName
{
border-color: #49AAC8;
}
</style>