Shades of Viking #49ABCC
Tints of Viking #49ABCC
RGB
CMYK
RGB Variations
Color information
#49ABCC (or 0x49ABCC) is known color: Viking. HEX triplet: 49, AB and CC. RGB value is (73,171,204). Sum of RGB (Red+Green+Blue) = 73+171+204=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #49ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABCC is #B65433. Grayscale: #919191. Windows color (decimal): -11949108 or 13413193. OLE color: 13413193.
HSL color Cylindrical-coordinate representation of color #49ABCC: hue angle of 195.11º 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 #49ABCC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 171 | 204 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.2 |
| HSL | 195.11º | 0.56% | 0.54% | - |
| HSV(B) | 195.11º | 0.64% | 0.8% | - |
| XYZ | 28.21 | 34.9 | 62.38 | - |
| YUV | 145.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 204 | 0.64 | 0.16 | 0 | 0.2 | 195.11 | 0.56 | 0.54 |
| Hex | 49 | AB | CC | 40 | 10 | 0 | 14 | C3 | 38 | 36 |
| Octal | 111 | 253 | 314 | 100 | 20 | 0 | 24 | 303 | 70 | 66 |
| Binary | 1001001 | 10101011 | 11001100 | 1000000 | 10000 | 0 | 10100 | 11000011 | 111000 | 110110 |
Color Harmonies of #49ABCC
Complementary color
Monochromatic Colors of #49ABCC
Black with #49ABCC
Text Example
Text Example
White with #49ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABCC; }
p { color: rgb(73,171,204); }
H1.HeaderClassName
{
color: #49ABCC;
}
.AnyTagClassName
{
color: #49ABCC;
}
</style>
background-color css
<style>
a { background-color: #49ABCC; }
a { background-color: rgb(73,171,204); }
div.DivClassName
{
background-color: #49ABCC;
}
.BgClassName
{
background-color: #49ABCC;
}
</style>
border-color css
<style>
span { border-color: #49ABCC; }
span { border-color: rgb(73,171,204); }
td.TdClassName
{
border-color: #49ABCC;
}
.TagClassName
{
border-color: #49ABCC;
}
</style>