Shades of Tiber #1E4E49
Tints of Tiber #1E4E49
RGB
CMYK
RGB Variations
Color information
#1E4E49 (or 0x1E4E49) is known color: Tiber. HEX triplet: 1E, 4E and 49. RGB value is (30,78,73). Sum of RGB (Red+Green+Blue) = 30+78+73=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E49 is #E1B1B6. Grayscale: #3F3F3F. Windows color (decimal): -14791095 or 4804126. OLE color: 4804126.
HSL color Cylindrical-coordinate representation of color #1E4E49: hue angle of 173.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E49 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 78 | 73 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.69 |
| HSL | 173.75º | 0.44% | 0.21% | - |
| HSV(B) | 173.75º | 0.62% | 0.31% | - |
| XYZ | 4.46 | 6.21 | 7.27 | - |
| YUV | 63.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 73 | 0.62 | 0 | 0.06 | 0.69 | 173.75 | 0.44 | 0.21 |
| Hex | 1E | 4E | 49 | 3E | 0 | 6 | 45 | AE | 2C | 15 |
| Octal | 36 | 116 | 111 | 76 | 0 | 6 | 105 | 256 | 54 | 25 |
| Binary | 11110 | 1001110 | 1001001 | 111110 | 0 | 110 | 1000101 | 10101110 | 101100 | 10101 |
Color Harmonies of #1E4E49
Complementary color
Monochromatic Colors of #1E4E49
Black with #1E4E49
Text Example
Text Example
White with #1E4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E49; }
p { color: rgb(30,78,73); }
H1.HeaderClassName
{
color: #1E4E49;
}
.AnyTagClassName
{
color: #1E4E49;
}
</style>
background-color css
<style>
a { background-color: #1E4E49; }
a { background-color: rgb(30,78,73); }
div.DivClassName
{
background-color: #1E4E49;
}
.BgClassName
{
background-color: #1E4E49;
}
</style>
border-color css
<style>
span { border-color: #1E4E49; }
span { border-color: rgb(30,78,73); }
td.TdClassName
{
border-color: #1E4E49;
}
.TagClassName
{
border-color: #1E4E49;
}
</style>