Shades of Tiber #1A4846
Tints of Tiber #1A4846
RGB
CMYK
RGB Variations
Color information
#1A4846 (or 0x1A4846) is known color: Tiber. HEX triplet: 1A, 48 and 46. RGB value is (26,72,70). Sum of RGB (Red+Green+Blue) = 26+72+70=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4846 is #E5B7B9. Grayscale: #393939. Windows color (decimal): -15054778 or 4605978. OLE color: 4605978.
HSL color Cylindrical-coordinate representation of color #1A4846: hue angle of 177.39º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4846 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 70 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.72 |
| HSL | 177.39º | 0.47% | 0.19% | - |
| HSV(B) | 177.39º | 0.64% | 0.28% | - |
| XYZ | 3.85 | 5.3 | 6.61 | - |
| YUV | 58.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 70 | 0.64 | 0 | 0.03 | 0.72 | 177.39 | 0.47 | 0.19 |
| Hex | 1A | 48 | 46 | 40 | 0 | 3 | 48 | B1 | 2F | 13 |
| Octal | 32 | 110 | 106 | 100 | 0 | 3 | 110 | 261 | 57 | 23 |
| Binary | 11010 | 1001000 | 1000110 | 1000000 | 0 | 11 | 1001000 | 10110001 | 101111 | 10011 |
Color Harmonies of #1A4846
Complementary color
Monochromatic Colors of #1A4846
Black with #1A4846
Text Example
Text Example
White with #1A4846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4846; }
p { color: rgb(26,72,70); }
H1.HeaderClassName
{
color: #1A4846;
}
.AnyTagClassName
{
color: #1A4846;
}
</style>
background-color css
<style>
a { background-color: #1A4846; }
a { background-color: rgb(26,72,70); }
div.DivClassName
{
background-color: #1A4846;
}
.BgClassName
{
background-color: #1A4846;
}
</style>
border-color css
<style>
span { border-color: #1A4846; }
span { border-color: rgb(26,72,70); }
td.TdClassName
{
border-color: #1A4846;
}
.TagClassName
{
border-color: #1A4846;
}
</style>