Shades of Tiber #1A4948
Tints of Tiber #1A4948
RGB
CMYK
RGB Variations
Color information
#1A4948 (or 0x1A4948) is known color: Tiber. HEX triplet: 1A, 49 and 48. RGB value is (26,73,72). Sum of RGB (Red+Green+Blue) = 26+73+72=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4948 is #E5B6B7. Grayscale: #3A3A3A. Windows color (decimal): -15054520 or 4737306. OLE color: 4737306.
HSL color Cylindrical-coordinate representation of color #1A4948: hue angle of 178.72º 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 #1A4948 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 72 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.71 |
| HSL | 178.72º | 0.47% | 0.19% | - |
| HSV(B) | 178.72º | 0.64% | 0.29% | - |
| XYZ | 3.98 | 5.45 | 6.97 | - |
| YUV | 58.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 72 | 0.64 | 0 | 0.01 | 0.71 | 178.72 | 0.47 | 0.19 |
| Hex | 1A | 49 | 48 | 40 | 0 | 1 | 47 | B3 | 2F | 13 |
| Octal | 32 | 111 | 110 | 100 | 0 | 1 | 107 | 263 | 57 | 23 |
| Binary | 11010 | 1001001 | 1001000 | 1000000 | 0 | 1 | 1000111 | 10110011 | 101111 | 10011 |
Color Harmonies of #1A4948
Complementary color
Monochromatic Colors of #1A4948
Black with #1A4948
Text Example
Text Example
White with #1A4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4948; }
p { color: rgb(26,73,72); }
H1.HeaderClassName
{
color: #1A4948;
}
.AnyTagClassName
{
color: #1A4948;
}
</style>
background-color css
<style>
a { background-color: #1A4948; }
a { background-color: rgb(26,73,72); }
div.DivClassName
{
background-color: #1A4948;
}
.BgClassName
{
background-color: #1A4948;
}
</style>
border-color css
<style>
span { border-color: #1A4948; }
span { border-color: rgb(26,73,72); }
td.TdClassName
{
border-color: #1A4948;
}
.TagClassName
{
border-color: #1A4948;
}
</style>