Shades of Tiber #1A464A
Tints of Tiber #1A464A
RGB
CMYK
RGB Variations
Color information
#1A464A (or 0x1A464A) is known color: Tiber. HEX triplet: 1A, 46 and 4A. RGB value is (26,70,74). Sum of RGB (Red+Green+Blue) = 26+70+74=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A464A is #E5B9B5. Grayscale: #393939. Windows color (decimal): -15055286 or 4867610. OLE color: 4867610.
HSL color Cylindrical-coordinate representation of color #1A464A: hue angle of 185º degrees, saturation: 0.48, 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 #1A464A is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 70 | 74 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.71 |
| HSL | 185º | 0.48% | 0.2% | - |
| HSV(B) | 185º | 0.65% | 0.29% | - |
| XYZ | 3.85 | 5.09 | 7.26 | - |
| YUV | 57.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 74 | 0.65 | 0.05 | 0 | 0.71 | 185 | 0.48 | 0.2 |
| Hex | 1A | 46 | 4A | 41 | 5 | 0 | 47 | B9 | 30 | 14 |
| Octal | 32 | 106 | 112 | 101 | 5 | 0 | 107 | 271 | 60 | 24 |
| Binary | 11010 | 1000110 | 1001010 | 1000001 | 101 | 0 | 1000111 | 10111001 | 110000 | 10100 |
Color Harmonies of #1A464A
Complementary color
Monochromatic Colors of #1A464A
Black with #1A464A
Text Example
Text Example
White with #1A464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A464A; }
p { color: rgb(26,70,74); }
H1.HeaderClassName
{
color: #1A464A;
}
.AnyTagClassName
{
color: #1A464A;
}
</style>
background-color css
<style>
a { background-color: #1A464A; }
a { background-color: rgb(26,70,74); }
div.DivClassName
{
background-color: #1A464A;
}
.BgClassName
{
background-color: #1A464A;
}
</style>
border-color css
<style>
span { border-color: #1A464A; }
span { border-color: rgb(26,70,74); }
td.TdClassName
{
border-color: #1A464A;
}
.TagClassName
{
border-color: #1A464A;
}
</style>