Shades of Tiber #1A4B46
Tints of Tiber #1A4B46
RGB
CMYK
RGB Variations
Color information
#1A4B46 (or 0x1A4B46) is known color: Tiber. HEX triplet: 1A, 4B and 46. RGB value is (26,75,70). Sum of RGB (Red+Green+Blue) = 26+75+70=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B46 is #E5B4B9. Grayscale: #3B3B3B. Windows color (decimal): -15054010 or 4606746. OLE color: 4606746.
HSL color Cylindrical-coordinate representation of color #1A4B46: hue angle of 173.88º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B46 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 70 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.71 |
| HSL | 173.88º | 0.49% | 0.2% | - |
| HSV(B) | 173.88º | 0.65% | 0.29% | - |
| XYZ | 4.05 | 5.69 | 6.68 | - |
| YUV | 59.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 70 | 0.65 | 0 | 0.07 | 0.71 | 173.88 | 0.49 | 0.2 |
| Hex | 1A | 4B | 46 | 41 | 0 | 7 | 47 | AE | 31 | 14 |
| Octal | 32 | 113 | 106 | 101 | 0 | 7 | 107 | 256 | 61 | 24 |
| Binary | 11010 | 1001011 | 1000110 | 1000001 | 0 | 111 | 1000111 | 10101110 | 110001 | 10100 |
Color Harmonies of #1A4B46
Complementary color
Monochromatic Colors of #1A4B46
Black with #1A4B46
Text Example
Text Example
White with #1A4B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B46; }
p { color: rgb(26,75,70); }
H1.HeaderClassName
{
color: #1A4B46;
}
.AnyTagClassName
{
color: #1A4B46;
}
</style>
background-color css
<style>
a { background-color: #1A4B46; }
a { background-color: rgb(26,75,70); }
div.DivClassName
{
background-color: #1A4B46;
}
.BgClassName
{
background-color: #1A4B46;
}
</style>
border-color css
<style>
span { border-color: #1A4B46; }
span { border-color: rgb(26,75,70); }
td.TdClassName
{
border-color: #1A4B46;
}
.TagClassName
{
border-color: #1A4B46;
}
</style>