Shades of Viking #49ADBD
Tints of Viking #49ADBD
RGB
CMYK
RGB Variations
Color information
#49ADBD (or 0x49ADBD) is known color: Viking. HEX triplet: 49, AD and BD. RGB value is (73,173,189). Sum of RGB (Red+Green+Blue) = 73+173+189=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #49ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADBD is #B65242. Grayscale: #909090. Windows color (decimal): -11948611 or 12430665. OLE color: 12430665.
HSL color Cylindrical-coordinate representation of color #49ADBD: hue angle of 188.28º 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 #49ADBD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 173 | 189 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.26 |
| HSL | 188.28º | 0.47% | 0.51% | - |
| HSV(B) | 188.28º | 0.61% | 0.74% | - |
| XYZ | 26.88 | 34.98 | 53.48 | - |
| YUV | 144.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 189 | 0.61 | 0.08 | 0 | 0.26 | 188.28 | 0.47 | 0.51 |
| Hex | 49 | AD | BD | 3D | 8 | 0 | 1A | BC | 2F | 33 |
| Octal | 111 | 255 | 275 | 75 | 10 | 0 | 32 | 274 | 57 | 63 |
| Binary | 1001001 | 10101101 | 10111101 | 111101 | 1000 | 0 | 11010 | 10111100 | 101111 | 110011 |
Color Harmonies of #49ADBD
Complementary color
Monochromatic Colors of #49ADBD
Black with #49ADBD
Text Example
Text Example
White with #49ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADBD; }
p { color: rgb(73,173,189); }
H1.HeaderClassName
{
color: #49ADBD;
}
.AnyTagClassName
{
color: #49ADBD;
}
</style>
background-color css
<style>
a { background-color: #49ADBD; }
a { background-color: rgb(73,173,189); }
div.DivClassName
{
background-color: #49ADBD;
}
.BgClassName
{
background-color: #49ADBD;
}
</style>
border-color css
<style>
span { border-color: #49ADBD; }
span { border-color: rgb(73,173,189); }
td.TdClassName
{
border-color: #49ADBD;
}
.TagClassName
{
border-color: #49ADBD;
}
</style>