Shades of Tiber #204748
Tints of Tiber #204748
RGB
CMYK
RGB Variations
Color information
#204748 (or 0x204748) is known color: Tiber. HEX triplet: 20, 47 and 48. RGB value is (32,71,72). Sum of RGB (Red+Green+Blue) = 32+71+72=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #204748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204748 is #DFB8B7. Grayscale: #3B3B3B. Windows color (decimal): -14661816 or 4736800. OLE color: 4736800.
HSL color Cylindrical-coordinate representation of color #204748: hue angle of 181.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204748 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 72 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.72 |
| HSL | 181.5º | 0.38% | 0.2% | - |
| HSV(B) | 181.5º | 0.56% | 0.28% | - |
| XYZ | 4.02 | 5.28 | 6.94 | - |
| YUV | 59.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 72 | 0.56 | 0.01 | 0 | 0.72 | 181.5 | 0.38 | 0.2 |
| Hex | 20 | 47 | 48 | 38 | 1 | 0 | 48 | B6 | 26 | 14 |
| Octal | 40 | 107 | 110 | 70 | 1 | 0 | 110 | 266 | 46 | 24 |
| Binary | 100000 | 1000111 | 1001000 | 111000 | 1 | 0 | 1001000 | 10110110 | 100110 | 10100 |
Color Harmonies of #204748
Complementary color
Monochromatic Colors of #204748
Black with #204748
Text Example
Text Example
White with #204748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204748; }
p { color: rgb(32,71,72); }
H1.HeaderClassName
{
color: #204748;
}
.AnyTagClassName
{
color: #204748;
}
</style>
background-color css
<style>
a { background-color: #204748; }
a { background-color: rgb(32,71,72); }
div.DivClassName
{
background-color: #204748;
}
.BgClassName
{
background-color: #204748;
}
</style>
border-color css
<style>
span { border-color: #204748; }
span { border-color: rgb(32,71,72); }
td.TdClassName
{
border-color: #204748;
}
.TagClassName
{
border-color: #204748;
}
</style>