Shades of Tiber #1A4749
Tints of Tiber #1A4749
RGB
CMYK
RGB Variations
Color information
#1A4749 (or 0x1A4749) is known color: Tiber. HEX triplet: 1A, 47 and 49. RGB value is (26,71,73). Sum of RGB (Red+Green+Blue) = 26+71+73=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A4749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4749 is #E5B8B6. Grayscale: #393939. Windows color (decimal): -15055031 or 4802330. OLE color: 4802330.
HSL color Cylindrical-coordinate representation of color #1A4749: hue angle of 182.55º 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 #1A4749 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 71 | 73 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.71 |
| HSL | 182.55º | 0.47% | 0.19% | - |
| HSV(B) | 182.55º | 0.64% | 0.29% | - |
| XYZ | 3.88 | 5.21 | 7.1 | - |
| YUV | 57.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 73 | 0.64 | 0.03 | 0 | 0.71 | 182.55 | 0.47 | 0.19 |
| Hex | 1A | 47 | 49 | 40 | 3 | 0 | 47 | B7 | 2F | 13 |
| Octal | 32 | 107 | 111 | 100 | 3 | 0 | 107 | 267 | 57 | 23 |
| Binary | 11010 | 1000111 | 1001001 | 1000000 | 11 | 0 | 1000111 | 10110111 | 101111 | 10011 |
Color Harmonies of #1A4749
Complementary color
Monochromatic Colors of #1A4749
Black with #1A4749
Text Example
Text Example
White with #1A4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4749; }
p { color: rgb(26,71,73); }
H1.HeaderClassName
{
color: #1A4749;
}
.AnyTagClassName
{
color: #1A4749;
}
</style>
background-color css
<style>
a { background-color: #1A4749; }
a { background-color: rgb(26,71,73); }
div.DivClassName
{
background-color: #1A4749;
}
.BgClassName
{
background-color: #1A4749;
}
</style>
border-color css
<style>
span { border-color: #1A4749; }
span { border-color: rgb(26,71,73); }
td.TdClassName
{
border-color: #1A4749;
}
.TagClassName
{
border-color: #1A4749;
}
</style>