Shades of Tiber #1E4B47
Tints of Tiber #1E4B47
RGB
CMYK
RGB Variations
Color information
#1E4B47 (or 0x1E4B47) is known color: Tiber. HEX triplet: 1E, 4B and 47. RGB value is (30,75,71). Sum of RGB (Red+Green+Blue) = 30+75+71=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4B47 is #E1B4B8. Grayscale: #3D3D3D. Windows color (decimal): -14791865 or 4672286. OLE color: 4672286.
HSL color Cylindrical-coordinate representation of color #1E4B47: hue angle of 174.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E4B47 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 75 | 71 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.71 |
| HSL | 174.67º | 0.43% | 0.21% | - |
| HSV(B) | 174.67º | 0.6% | 0.29% | - |
| XYZ | 4.19 | 5.76 | 6.85 | - |
| YUV | 61.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 71 | 0.60 | 0 | 0.05 | 0.71 | 174.67 | 0.43 | 0.21 |
| Hex | 1E | 4B | 47 | 3C | 0 | 5 | 47 | AF | 2B | 15 |
| Octal | 36 | 113 | 107 | 74 | 0 | 5 | 107 | 257 | 53 | 25 |
| Binary | 11110 | 1001011 | 1000111 | 111100 | 0 | 101 | 1000111 | 10101111 | 101011 | 10101 |
Color Harmonies of #1E4B47
Complementary color
Monochromatic Colors of #1E4B47
Black with #1E4B47
Text Example
Text Example
White with #1E4B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4B47; }
p { color: rgb(30,75,71); }
H1.HeaderClassName
{
color: #1E4B47;
}
.AnyTagClassName
{
color: #1E4B47;
}
</style>
background-color css
<style>
a { background-color: #1E4B47; }
a { background-color: rgb(30,75,71); }
div.DivClassName
{
background-color: #1E4B47;
}
.BgClassName
{
background-color: #1E4B47;
}
</style>
border-color css
<style>
span { border-color: #1E4B47; }
span { border-color: rgb(30,75,71); }
td.TdClassName
{
border-color: #1E4B47;
}
.TagClassName
{
border-color: #1E4B47;
}
</style>