Shades of Viking #49ACBB
Tints of Viking #49ACBB
RGB
CMYK
RGB Variations
Color information
#49ACBB (or 0x49ACBB) is known color: Viking. HEX triplet: 49, AC and BB. RGB value is (73,172,187). Sum of RGB (Red+Green+Blue) = 73+172+187=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #49ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACBB is #B65344. Grayscale: #8F8F8F. Windows color (decimal): -11948869 or 12299337. OLE color: 12299337.
HSL color Cylindrical-coordinate representation of color #49ACBB: hue angle of 187.89º 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 #49ACBB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 172 | 187 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.27 |
| HSL | 187.89º | 0.46% | 0.51% | - |
| HSV(B) | 187.89º | 0.61% | 0.73% | - |
| XYZ | 26.47 | 34.51 | 52.28 | - |
| YUV | 144.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 187 | 0.61 | 0.08 | 0 | 0.27 | 187.89 | 0.46 | 0.51 |
| Hex | 49 | AC | BB | 3D | 8 | 0 | 1B | BC | 2E | 33 |
| Octal | 111 | 254 | 273 | 75 | 10 | 0 | 33 | 274 | 56 | 63 |
| Binary | 1001001 | 10101100 | 10111011 | 111101 | 1000 | 0 | 11011 | 10111100 | 101110 | 110011 |
Color Harmonies of #49ACBB
Complementary color
Monochromatic Colors of #49ACBB
Black with #49ACBB
Text Example
Text Example
White with #49ACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACBB; }
p { color: rgb(73,172,187); }
H1.HeaderClassName
{
color: #49ACBB;
}
.AnyTagClassName
{
color: #49ACBB;
}
</style>
background-color css
<style>
a { background-color: #49ACBB; }
a { background-color: rgb(73,172,187); }
div.DivClassName
{
background-color: #49ACBB;
}
.BgClassName
{
background-color: #49ACBB;
}
</style>
border-color css
<style>
span { border-color: #49ACBB; }
span { border-color: rgb(73,172,187); }
td.TdClassName
{
border-color: #49ACBB;
}
.TagClassName
{
border-color: #49ACBB;
}
</style>