Shades of Tiber #1E464B
Tints of Tiber #1E464B
RGB
CMYK
RGB Variations
Color information
#1E464B (or 0x1E464B) is known color: Tiber. HEX triplet: 1E, 46 and 4B. RGB value is (30,70,75). Sum of RGB (Red+Green+Blue) = 30+70+75=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E464B is #E1B9B4. Grayscale: #3A3A3A. Windows color (decimal): -14793141 or 4933150. OLE color: 4933150.
HSL color Cylindrical-coordinate representation of color #1E464B: hue angle of 186.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 #1E464B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 70 | 75 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.71 |
| HSL | 186.67º | 0.43% | 0.21% | - |
| HSV(B) | 186.67º | 0.6% | 0.29% | - |
| XYZ | 4 | 5.16 | 7.44 | - |
| YUV | 58.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 75 | 0.60 | 0.07 | 0 | 0.71 | 186.67 | 0.43 | 0.21 |
| Hex | 1E | 46 | 4B | 3C | 7 | 0 | 47 | BB | 2B | 15 |
| Octal | 36 | 106 | 113 | 74 | 7 | 0 | 107 | 273 | 53 | 25 |
| Binary | 11110 | 1000110 | 1001011 | 111100 | 111 | 0 | 1000111 | 10111011 | 101011 | 10101 |
Color Harmonies of #1E464B
Complementary color
Monochromatic Colors of #1E464B
Black with #1E464B
Text Example
Text Example
White with #1E464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E464B; }
p { color: rgb(30,70,75); }
H1.HeaderClassName
{
color: #1E464B;
}
.AnyTagClassName
{
color: #1E464B;
}
</style>
background-color css
<style>
a { background-color: #1E464B; }
a { background-color: rgb(30,70,75); }
div.DivClassName
{
background-color: #1E464B;
}
.BgClassName
{
background-color: #1E464B;
}
</style>
border-color css
<style>
span { border-color: #1E464B; }
span { border-color: rgb(30,70,75); }
td.TdClassName
{
border-color: #1E464B;
}
.TagClassName
{
border-color: #1E464B;
}
</style>