Shades of Tiber #20494D
Tints of Tiber #20494D
RGB
CMYK
RGB Variations
Color information
#20494D (or 0x20494D) is known color: Tiber. HEX triplet: 20, 49 and 4D. RGB value is (32,73,77). Sum of RGB (Red+Green+Blue) = 32+73+77=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #20494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20494D is #DFB6B2. Grayscale: #3D3D3D. Windows color (decimal): -14661299 or 5064992. OLE color: 5064992.
HSL color Cylindrical-coordinate representation of color #20494D: hue angle of 185.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20494D is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 73 | 77 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.70 |
| HSL | 185.33º | 0.41% | 0.21% | - |
| HSV(B) | 185.33º | 0.58% | 0.3% | - |
| XYZ | 4.32 | 5.61 | 7.88 | - |
| YUV | 61.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 77 | 0.58 | 0.05 | 0 | 0.70 | 185.33 | 0.41 | 0.21 |
| Hex | 20 | 49 | 4D | 3A | 5 | 0 | 46 | B9 | 29 | 15 |
| Octal | 40 | 111 | 115 | 72 | 5 | 0 | 106 | 271 | 51 | 25 |
| Binary | 100000 | 1001001 | 1001101 | 111010 | 101 | 0 | 1000110 | 10111001 | 101001 | 10101 |
Color Harmonies of #20494D
Complementary color
Monochromatic Colors of #20494D
Black with #20494D
Text Example
Text Example
White with #20494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20494D; }
p { color: rgb(32,73,77); }
H1.HeaderClassName
{
color: #20494D;
}
.AnyTagClassName
{
color: #20494D;
}
</style>
background-color css
<style>
a { background-color: #20494D; }
a { background-color: rgb(32,73,77); }
div.DivClassName
{
background-color: #20494D;
}
.BgClassName
{
background-color: #20494D;
}
</style>
border-color css
<style>
span { border-color: #20494D; }
span { border-color: rgb(32,73,77); }
td.TdClassName
{
border-color: #20494D;
}
.TagClassName
{
border-color: #20494D;
}
</style>