Shades of Tiber #1E4647
Tints of Tiber #1E4647
RGB
CMYK
RGB Variations
Color information
#1E4647 (or 0x1E4647) is known color: Tiber. HEX triplet: 1E, 46 and 47. RGB value is (30,70,71). Sum of RGB (Red+Green+Blue) = 30+70+71=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E4647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4647 is #E1B9B8. Grayscale: #3A3A3A. Windows color (decimal): -14793145 or 4671006. OLE color: 4671006.
HSL color Cylindrical-coordinate representation of color #1E4647: hue angle of 181.46º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4647 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 70 | 71 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.72 |
| HSL | 181.46º | 0.41% | 0.2% | - |
| HSV(B) | 181.46º | 0.58% | 0.28% | - |
| XYZ | 3.86 | 5.11 | 6.74 | - |
| YUV | 58.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 71 | 0.58 | 0.01 | 0 | 0.72 | 181.46 | 0.41 | 0.2 |
| Hex | 1E | 46 | 47 | 3A | 1 | 0 | 48 | B5 | 29 | 14 |
| Octal | 36 | 106 | 107 | 72 | 1 | 0 | 110 | 265 | 51 | 24 |
| Binary | 11110 | 1000110 | 1000111 | 111010 | 1 | 0 | 1001000 | 10110101 | 101001 | 10100 |
Color Harmonies of #1E4647
Complementary color
Monochromatic Colors of #1E4647
Black with #1E4647
Text Example
Text Example
White with #1E4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4647; }
p { color: rgb(30,70,71); }
H1.HeaderClassName
{
color: #1E4647;
}
.AnyTagClassName
{
color: #1E4647;
}
</style>
background-color css
<style>
a { background-color: #1E4647; }
a { background-color: rgb(30,70,71); }
div.DivClassName
{
background-color: #1E4647;
}
.BgClassName
{
background-color: #1E4647;
}
</style>
border-color css
<style>
span { border-color: #1E4647; }
span { border-color: rgb(30,70,71); }
td.TdClassName
{
border-color: #1E4647;
}
.TagClassName
{
border-color: #1E4647;
}
</style>