Shades of Tiber #1E4648
Tints of Tiber #1E4648
RGB
CMYK
RGB Variations
Color information
#1E4648 (or 0x1E4648) is known color: Tiber. HEX triplet: 1E, 46 and 48. RGB value is (30,70,72). Sum of RGB (Red+Green+Blue) = 30+70+72=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E4648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4648 is #E1B9B7. Grayscale: #3A3A3A. Windows color (decimal): -14793144 or 4736542. OLE color: 4736542.
HSL color Cylindrical-coordinate representation of color #1E4648: hue angle of 182.86º 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 #1E4648 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 70 | 72 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.72 |
| HSL | 182.86º | 0.41% | 0.2% | - |
| HSV(B) | 182.86º | 0.58% | 0.28% | - |
| XYZ | 3.9 | 5.12 | 6.91 | - |
| YUV | 58.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 72 | 0.58 | 0.03 | 0 | 0.72 | 182.86 | 0.41 | 0.2 |
| Hex | 1E | 46 | 48 | 3A | 3 | 0 | 48 | B7 | 29 | 14 |
| Octal | 36 | 106 | 110 | 72 | 3 | 0 | 110 | 267 | 51 | 24 |
| Binary | 11110 | 1000110 | 1001000 | 111010 | 11 | 0 | 1001000 | 10110111 | 101001 | 10100 |
Color Harmonies of #1E4648
Complementary color
Monochromatic Colors of #1E4648
Black with #1E4648
Text Example
Text Example
White with #1E4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4648; }
p { color: rgb(30,70,72); }
H1.HeaderClassName
{
color: #1E4648;
}
.AnyTagClassName
{
color: #1E4648;
}
</style>
background-color css
<style>
a { background-color: #1E4648; }
a { background-color: rgb(30,70,72); }
div.DivClassName
{
background-color: #1E4648;
}
.BgClassName
{
background-color: #1E4648;
}
</style>
border-color css
<style>
span { border-color: #1E4648; }
span { border-color: rgb(30,70,72); }
td.TdClassName
{
border-color: #1E4648;
}
.TagClassName
{
border-color: #1E4648;
}
</style>