Shades of Tiber #1A4947
Tints of Tiber #1A4947
RGB
CMYK
RGB Variations
Color information
#1A4947 (or 0x1A4947) is known color: Tiber. HEX triplet: 1A, 49 and 47. RGB value is (26,73,71). Sum of RGB (Red+Green+Blue) = 26+73+71=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4947 is #E5B6B8. Grayscale: #3A3A3A. Windows color (decimal): -15054521 or 4671770. OLE color: 4671770.
HSL color Cylindrical-coordinate representation of color #1A4947: hue angle of 177.45º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4947 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 71 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.71 |
| HSL | 177.45º | 0.47% | 0.19% | - |
| HSV(B) | 177.45º | 0.64% | 0.29% | - |
| XYZ | 3.95 | 5.44 | 6.8 | - |
| YUV | 58.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 71 | 0.64 | 0 | 0.03 | 0.71 | 177.45 | 0.47 | 0.19 |
| Hex | 1A | 49 | 47 | 40 | 0 | 3 | 47 | B1 | 2F | 13 |
| Octal | 32 | 111 | 107 | 100 | 0 | 3 | 107 | 261 | 57 | 23 |
| Binary | 11010 | 1001001 | 1000111 | 1000000 | 0 | 11 | 1000111 | 10110001 | 101111 | 10011 |
Color Harmonies of #1A4947
Complementary color
Monochromatic Colors of #1A4947
Black with #1A4947
Text Example
Text Example
White with #1A4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4947; }
p { color: rgb(26,73,71); }
H1.HeaderClassName
{
color: #1A4947;
}
.AnyTagClassName
{
color: #1A4947;
}
</style>
background-color css
<style>
a { background-color: #1A4947; }
a { background-color: rgb(26,73,71); }
div.DivClassName
{
background-color: #1A4947;
}
.BgClassName
{
background-color: #1A4947;
}
</style>
border-color css
<style>
span { border-color: #1A4947; }
span { border-color: rgb(26,73,71); }
td.TdClassName
{
border-color: #1A4947;
}
.TagClassName
{
border-color: #1A4947;
}
</style>