Shades of Tiber #1A464C
Tints of Tiber #1A464C
RGB
CMYK
RGB Variations
Color information
#1A464C (or 0x1A464C) is known color: Tiber. HEX triplet: 1A, 46 and 4C. RGB value is (26,70,76). Sum of RGB (Red+Green+Blue) = 26+70+76=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A464C is #E5B9B3. Grayscale: #393939. Windows color (decimal): -15055284 or 4998682. OLE color: 4998682.
HSL color Cylindrical-coordinate representation of color #1A464C: hue angle of 187.2º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A464C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 70 | 76 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.70 |
| HSL | 187.2º | 0.49% | 0.2% | - |
| HSV(B) | 187.2º | 0.66% | 0.3% | - |
| XYZ | 3.92 | 5.12 | 7.62 | - |
| YUV | 57.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 76 | 0.66 | 0.08 | 0 | 0.70 | 187.2 | 0.49 | 0.2 |
| Hex | 1A | 46 | 4C | 42 | 8 | 0 | 46 | BB | 31 | 14 |
| Octal | 32 | 106 | 114 | 102 | 10 | 0 | 106 | 273 | 61 | 24 |
| Binary | 11010 | 1000110 | 1001100 | 1000010 | 1000 | 0 | 1000110 | 10111011 | 110001 | 10100 |
Color Harmonies of #1A464C
Complementary color
Monochromatic Colors of #1A464C
Black with #1A464C
Text Example
Text Example
White with #1A464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A464C; }
p { color: rgb(26,70,76); }
H1.HeaderClassName
{
color: #1A464C;
}
.AnyTagClassName
{
color: #1A464C;
}
</style>
background-color css
<style>
a { background-color: #1A464C; }
a { background-color: rgb(26,70,76); }
div.DivClassName
{
background-color: #1A464C;
}
.BgClassName
{
background-color: #1A464C;
}
</style>
border-color css
<style>
span { border-color: #1A464C; }
span { border-color: rgb(26,70,76); }
td.TdClassName
{
border-color: #1A464C;
}
.TagClassName
{
border-color: #1A464C;
}
</style>