Shades of Tiber #1A4246
Tints of Tiber #1A4246
RGB
CMYK
RGB Variations
Color information
#1A4246 (or 0x1A4246) is known color: Tiber. HEX triplet: 1A, 42 and 46. RGB value is (26,66,70). Sum of RGB (Red+Green+Blue) = 26+66+70=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4246 is #E5BDB9. Grayscale: #363636. Windows color (decimal): -15056314 or 4604442. OLE color: 4604442.
HSL color Cylindrical-coordinate representation of color #1A4246: hue angle of 185.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4246 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 66 | 70 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.73 |
| HSL | 185.45º | 0.46% | 0.19% | - |
| HSV(B) | 185.45º | 0.63% | 0.27% | - |
| XYZ | 3.48 | 4.56 | 6.49 | - |
| YUV | 54.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 70 | 0.63 | 0.06 | 0 | 0.73 | 185.45 | 0.46 | 0.19 |
| Hex | 1A | 42 | 46 | 3F | 6 | 0 | 49 | B9 | 2E | 13 |
| Octal | 32 | 102 | 106 | 77 | 6 | 0 | 111 | 271 | 56 | 23 |
| Binary | 11010 | 1000010 | 1000110 | 111111 | 110 | 0 | 1001001 | 10111001 | 101110 | 10011 |
Color Harmonies of #1A4246
Complementary color
Monochromatic Colors of #1A4246
Black with #1A4246
Text Example
Text Example
White with #1A4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4246; }
p { color: rgb(26,66,70); }
H1.HeaderClassName
{
color: #1A4246;
}
.AnyTagClassName
{
color: #1A4246;
}
</style>
background-color css
<style>
a { background-color: #1A4246; }
a { background-color: rgb(26,66,70); }
div.DivClassName
{
background-color: #1A4246;
}
.BgClassName
{
background-color: #1A4246;
}
</style>
border-color css
<style>
span { border-color: #1A4246; }
span { border-color: rgb(26,66,70); }
td.TdClassName
{
border-color: #1A4246;
}
.TagClassName
{
border-color: #1A4246;
}
</style>