Shades of Tiber #1A464B
Tints of Tiber #1A464B
RGB
CMYK
RGB Variations
Color information
#1A464B (or 0x1A464B) is known color: Tiber. HEX triplet: 1A, 46 and 4B. RGB value is (26,70,75). Sum of RGB (Red+Green+Blue) = 26+70+75=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A464B is #E5B9B4. Grayscale: #393939. Windows color (decimal): -15055285 or 4933146. OLE color: 4933146.
HSL color Cylindrical-coordinate representation of color #1A464B: hue angle of 186.12º 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 #1A464B is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 70 | 75 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.71 |
| HSL | 186.12º | 0.49% | 0.2% | - |
| HSV(B) | 186.12º | 0.65% | 0.29% | - |
| XYZ | 3.89 | 5.11 | 7.44 | - |
| YUV | 57.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 75 | 0.65 | 0.07 | 0 | 0.71 | 186.12 | 0.49 | 0.2 |
| Hex | 1A | 46 | 4B | 41 | 7 | 0 | 47 | BA | 31 | 14 |
| Octal | 32 | 106 | 113 | 101 | 7 | 0 | 107 | 272 | 61 | 24 |
| Binary | 11010 | 1000110 | 1001011 | 1000001 | 111 | 0 | 1000111 | 10111010 | 110001 | 10100 |
Color Harmonies of #1A464B
Complementary color
Monochromatic Colors of #1A464B
Black with #1A464B
Text Example
Text Example
White with #1A464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A464B; }
p { color: rgb(26,70,75); }
H1.HeaderClassName
{
color: #1A464B;
}
.AnyTagClassName
{
color: #1A464B;
}
</style>
background-color css
<style>
a { background-color: #1A464B; }
a { background-color: rgb(26,70,75); }
div.DivClassName
{
background-color: #1A464B;
}
.BgClassName
{
background-color: #1A464B;
}
</style>
border-color css
<style>
span { border-color: #1A464B; }
span { border-color: rgb(26,70,75); }
td.TdClassName
{
border-color: #1A464B;
}
.TagClassName
{
border-color: #1A464B;
}
</style>