Shades of Tiber #204648
Tints of Tiber #204648
RGB
CMYK
RGB Variations
Color information
#204648 (or 0x204648) is known color: Tiber. HEX triplet: 20, 46 and 48. RGB value is (32,70,72). Sum of RGB (Red+Green+Blue) = 32+70+72=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #204648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204648 is #DFB9B7. Grayscale: #3A3A3A. Windows color (decimal): -14662072 or 4736544. OLE color: 4736544.
HSL color Cylindrical-coordinate representation of color #204648: hue angle of 183º 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 #204648 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 70 | 72 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.72 |
| HSL | 183º | 0.38% | 0.2% | - |
| HSV(B) | 183º | 0.56% | 0.28% | - |
| XYZ | 3.96 | 5.16 | 6.92 | - |
| YUV | 58.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 72 | 0.56 | 0.03 | 0 | 0.72 | 183 | 0.38 | 0.2 |
| Hex | 20 | 46 | 48 | 38 | 3 | 0 | 48 | B7 | 26 | 14 |
| Octal | 40 | 106 | 110 | 70 | 3 | 0 | 110 | 267 | 46 | 24 |
| Binary | 100000 | 1000110 | 1001000 | 111000 | 11 | 0 | 1001000 | 10110111 | 100110 | 10100 |
Color Harmonies of #204648
Complementary color
Monochromatic Colors of #204648
Black with #204648
Text Example
Text Example
White with #204648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204648; }
p { color: rgb(32,70,72); }
H1.HeaderClassName
{
color: #204648;
}
.AnyTagClassName
{
color: #204648;
}
</style>
background-color css
<style>
a { background-color: #204648; }
a { background-color: rgb(32,70,72); }
div.DivClassName
{
background-color: #204648;
}
.BgClassName
{
background-color: #204648;
}
</style>
border-color css
<style>
span { border-color: #204648; }
span { border-color: rgb(32,70,72); }
td.TdClassName
{
border-color: #204648;
}
.TagClassName
{
border-color: #204648;
}
</style>