Shades of Tiber #20474B
Tints of Tiber #20474B
RGB
CMYK
RGB Variations
Color information
#20474B (or 0x20474B) is known color: Tiber. HEX triplet: 20, 47 and 4B. RGB value is (32,71,75). Sum of RGB (Red+Green+Blue) = 32+71+75=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #20474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20474B is #DFB8B4. Grayscale: #3B3B3B. Windows color (decimal): -14661813 or 4933408. OLE color: 4933408.
HSL color Cylindrical-coordinate representation of color #20474B: hue angle of 185.58º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20474B is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 71 | 75 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.71 |
| HSL | 185.58º | 0.4% | 0.21% | - |
| HSV(B) | 185.58º | 0.57% | 0.29% | - |
| XYZ | 4.12 | 5.32 | 7.47 | - |
| YUV | 59.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 75 | 0.57 | 0.05 | 0 | 0.71 | 185.58 | 0.4 | 0.21 |
| Hex | 20 | 47 | 4B | 39 | 5 | 0 | 47 | BA | 28 | 15 |
| Octal | 40 | 107 | 113 | 71 | 5 | 0 | 107 | 272 | 50 | 25 |
| Binary | 100000 | 1000111 | 1001011 | 111001 | 101 | 0 | 1000111 | 10111010 | 101000 | 10101 |
Color Harmonies of #20474B
Complementary color
Monochromatic Colors of #20474B
Black with #20474B
Text Example
Text Example
White with #20474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20474B; }
p { color: rgb(32,71,75); }
H1.HeaderClassName
{
color: #20474B;
}
.AnyTagClassName
{
color: #20474B;
}
</style>
background-color css
<style>
a { background-color: #20474B; }
a { background-color: rgb(32,71,75); }
div.DivClassName
{
background-color: #20474B;
}
.BgClassName
{
background-color: #20474B;
}
</style>
border-color css
<style>
span { border-color: #20474B; }
span { border-color: rgb(32,71,75); }
td.TdClassName
{
border-color: #20474B;
}
.TagClassName
{
border-color: #20474B;
}
</style>