Shades of Viking #49AACC
Tints of Viking #49AACC
RGB
CMYK
RGB Variations
Color information
#49AACC (or 0x49AACC) is known color: Viking. HEX triplet: 49, AA and CC. RGB value is (73,170,204). Sum of RGB (Red+Green+Blue) = 73+170+204=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #49AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AACC is #B65533. Grayscale: #909090. Windows color (decimal): -11949364 or 13412937. OLE color: 13412937.
HSL color Cylindrical-coordinate representation of color #49AACC: hue angle of 195.57º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AACC is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 170 | 204 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.2 |
| HSL | 195.57º | 0.56% | 0.54% | - |
| HSV(B) | 195.57º | 0.64% | 0.8% | - |
| XYZ | 28.02 | 34.53 | 62.31 | - |
| YUV | 144.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 204 | 0.64 | 0.17 | 0 | 0.2 | 195.57 | 0.56 | 0.54 |
| Hex | 49 | AA | CC | 40 | 11 | 0 | 14 | C4 | 38 | 36 |
| Octal | 111 | 252 | 314 | 100 | 21 | 0 | 24 | 304 | 70 | 66 |
| Binary | 1001001 | 10101010 | 11001100 | 1000000 | 10001 | 0 | 10100 | 11000100 | 111000 | 110110 |
Color Harmonies of #49AACC
Complementary color
Monochromatic Colors of #49AACC
Black with #49AACC
Text Example
Text Example
White with #49AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AACC; }
p { color: rgb(73,170,204); }
H1.HeaderClassName
{
color: #49AACC;
}
.AnyTagClassName
{
color: #49AACC;
}
</style>
background-color css
<style>
a { background-color: #49AACC; }
a { background-color: rgb(73,170,204); }
div.DivClassName
{
background-color: #49AACC;
}
.BgClassName
{
background-color: #49AACC;
}
</style>
border-color css
<style>
span { border-color: #49AACC; }
span { border-color: rgb(73,170,204); }
td.TdClassName
{
border-color: #49AACC;
}
.TagClassName
{
border-color: #49AACC;
}
</style>