Shades of Viking #49ABBB
Tints of Viking #49ABBB
RGB
CMYK
RGB Variations
Color information
#49ABBB (or 0x49ABBB) is known color: Viking. HEX triplet: 49, AB and BB. RGB value is (73,171,187). Sum of RGB (Red+Green+Blue) = 73+171+187=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABBB is #B65444. Grayscale: #8F8F8F. Windows color (decimal): -11949125 or 12299081. OLE color: 12299081.
HSL color Cylindrical-coordinate representation of color #49ABBB: hue angle of 188.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49ABBB is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 171 | 187 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.27 |
| HSL | 188.42º | 0.46% | 0.51% | - |
| HSV(B) | 188.42º | 0.61% | 0.73% | - |
| XYZ | 26.28 | 34.13 | 52.22 | - |
| YUV | 143.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 187 | 0.61 | 0.09 | 0 | 0.27 | 188.42 | 0.46 | 0.51 |
| Hex | 49 | AB | BB | 3D | 9 | 0 | 1B | BC | 2E | 33 |
| Octal | 111 | 253 | 273 | 75 | 11 | 0 | 33 | 274 | 56 | 63 |
| Binary | 1001001 | 10101011 | 10111011 | 111101 | 1001 | 0 | 11011 | 10111100 | 101110 | 110011 |
Color Harmonies of #49ABBB
Complementary color
Monochromatic Colors of #49ABBB
Black with #49ABBB
Text Example
Text Example
White with #49ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABBB; }
p { color: rgb(73,171,187); }
H1.HeaderClassName
{
color: #49ABBB;
}
.AnyTagClassName
{
color: #49ABBB;
}
</style>
background-color css
<style>
a { background-color: #49ABBB; }
a { background-color: rgb(73,171,187); }
div.DivClassName
{
background-color: #49ABBB;
}
.BgClassName
{
background-color: #49ABBB;
}
</style>
border-color css
<style>
span { border-color: #49ABBB; }
span { border-color: rgb(73,171,187); }
td.TdClassName
{
border-color: #49ABBB;
}
.TagClassName
{
border-color: #49ABBB;
}
</style>