Shades of Viking #49ABBD
Tints of Viking #49ABBD
RGB
CMYK
RGB Variations
Color information
#49ABBD (or 0x49ABBD) is known color: Viking. HEX triplet: 49, AB and BD. RGB value is (73,171,189). Sum of RGB (Red+Green+Blue) = 73+171+189=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #49ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABBD is #B65442. Grayscale: #8F8F8F. Windows color (decimal): -11949123 or 12430153. OLE color: 12430153.
HSL color Cylindrical-coordinate representation of color #49ABBD: hue angle of 189.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49ABBD is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 171 | 189 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.26 |
| HSL | 189.31º | 0.47% | 0.51% | - |
| HSV(B) | 189.31º | 0.61% | 0.74% | - |
| XYZ | 26.5 | 34.22 | 53.35 | - |
| YUV | 143.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 189 | 0.61 | 0.10 | 0 | 0.26 | 189.31 | 0.47 | 0.51 |
| Hex | 49 | AB | BD | 3D | A | 0 | 1A | BD | 2F | 33 |
| Octal | 111 | 253 | 275 | 75 | 12 | 0 | 32 | 275 | 57 | 63 |
| Binary | 1001001 | 10101011 | 10111101 | 111101 | 1010 | 0 | 11010 | 10111101 | 101111 | 110011 |
Color Harmonies of #49ABBD
Complementary color
Monochromatic Colors of #49ABBD
Black with #49ABBD
Text Example
Text Example
White with #49ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABBD; }
p { color: rgb(73,171,189); }
H1.HeaderClassName
{
color: #49ABBD;
}
.AnyTagClassName
{
color: #49ABBD;
}
</style>
background-color css
<style>
a { background-color: #49ABBD; }
a { background-color: rgb(73,171,189); }
div.DivClassName
{
background-color: #49ABBD;
}
.BgClassName
{
background-color: #49ABBD;
}
</style>
border-color css
<style>
span { border-color: #49ABBD; }
span { border-color: rgb(73,171,189); }
td.TdClassName
{
border-color: #49ABBD;
}
.TagClassName
{
border-color: #49ABBD;
}
</style>