Shades of Tiber #204B4D
Tints of Tiber #204B4D
RGB
CMYK
RGB Variations
Color information
#204B4D (or 0x204B4D) is known color: Tiber. HEX triplet: 20, 4B and 4D. RGB value is (32,75,77). Sum of RGB (Red+Green+Blue) = 32+75+77=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #204B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B4D is #DFB4B2. Grayscale: #3E3E3E. Windows color (decimal): -14660787 or 5065504. OLE color: 5065504.
HSL color Cylindrical-coordinate representation of color #204B4D: hue angle of 182.67º 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 #204B4D is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 75 | 77 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.70 |
| HSL | 182.67º | 0.41% | 0.21% | - |
| HSV(B) | 182.67º | 0.58% | 0.3% | - |
| XYZ | 4.45 | 5.88 | 7.92 | - |
| YUV | 62.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 77 | 0.58 | 0.03 | 0 | 0.70 | 182.67 | 0.41 | 0.21 |
| Hex | 20 | 4B | 4D | 3A | 3 | 0 | 46 | B7 | 29 | 15 |
| Octal | 40 | 113 | 115 | 72 | 3 | 0 | 106 | 267 | 51 | 25 |
| Binary | 100000 | 1001011 | 1001101 | 111010 | 11 | 0 | 1000110 | 10110111 | 101001 | 10101 |
Color Harmonies of #204B4D
Complementary color
Monochromatic Colors of #204B4D
Black with #204B4D
Text Example
Text Example
White with #204B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B4D; }
p { color: rgb(32,75,77); }
H1.HeaderClassName
{
color: #204B4D;
}
.AnyTagClassName
{
color: #204B4D;
}
</style>
background-color css
<style>
a { background-color: #204B4D; }
a { background-color: rgb(32,75,77); }
div.DivClassName
{
background-color: #204B4D;
}
.BgClassName
{
background-color: #204B4D;
}
</style>
border-color css
<style>
span { border-color: #204B4D; }
span { border-color: rgb(32,75,77); }
td.TdClassName
{
border-color: #204B4D;
}
.TagClassName
{
border-color: #204B4D;
}
</style>