Shades of Viking #49ADBC
Tints of Viking #49ADBC
RGB
CMYK
RGB Variations
Color information
#49ADBC (or 0x49ADBC) is known color: Viking. HEX triplet: 49, AD and BC. RGB value is (73,173,188). Sum of RGB (Red+Green+Blue) = 73+173+188=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #49ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBC is #B65243. Grayscale: #909090. Windows color (decimal): -11948612 or 12365129. OLE color: 12365129.
HSL color Cylindrical-coordinate representation of color #49ADBC: hue angle of 187.83º degrees, saturation: 0.46, 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 #49ADBC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 173 | 188 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.26 |
| HSL | 187.83º | 0.46% | 0.51% | - |
| HSV(B) | 187.83º | 0.61% | 0.74% | - |
| XYZ | 26.77 | 34.93 | 52.91 | - |
| YUV | 144.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 188 | 0.61 | 0.08 | 0 | 0.26 | 187.83 | 0.46 | 0.51 |
| Hex | 49 | AD | BC | 3D | 8 | 0 | 1A | BC | 2E | 33 |
| Octal | 111 | 255 | 274 | 75 | 10 | 0 | 32 | 274 | 56 | 63 |
| Binary | 1001001 | 10101101 | 10111100 | 111101 | 1000 | 0 | 11010 | 10111100 | 101110 | 110011 |
Color Harmonies of #49ADBC
Complementary color
Monochromatic Colors of #49ADBC
Black with #49ADBC
Text Example
Text Example
White with #49ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADBC; }
p { color: rgb(73,173,188); }
H1.HeaderClassName
{
color: #49ADBC;
}
.AnyTagClassName
{
color: #49ADBC;
}
</style>
background-color css
<style>
a { background-color: #49ADBC; }
a { background-color: rgb(73,173,188); }
div.DivClassName
{
background-color: #49ADBC;
}
.BgClassName
{
background-color: #49ADBC;
}
</style>
border-color css
<style>
span { border-color: #49ADBC; }
span { border-color: rgb(73,173,188); }
td.TdClassName
{
border-color: #49ADBC;
}
.TagClassName
{
border-color: #49ADBC;
}
</style>