Shades of Tiber #1B494A
Tints of Tiber #1B494A
RGB
CMYK
RGB Variations
Color information
#1B494A (or 0x1B494A) is known color: Tiber. HEX triplet: 1B, 49 and 4A. RGB value is (27,73,74). Sum of RGB (Red+Green+Blue) = 27+73+74=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B494A is #E4B6B5. Grayscale: #3B3B3B. Windows color (decimal): -14988982 or 4868379. OLE color: 4868379.
HSL color Cylindrical-coordinate representation of color #1B494A: hue angle of 181.28º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B494A is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 74 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.71 |
| HSL | 181.28º | 0.47% | 0.2% | - |
| HSV(B) | 181.28º | 0.64% | 0.29% | - |
| XYZ | 4.07 | 5.49 | 7.32 | - |
| YUV | 59.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 74 | 0.64 | 0.01 | 0 | 0.71 | 181.28 | 0.47 | 0.2 |
| Hex | 1B | 49 | 4A | 40 | 1 | 0 | 47 | B5 | 2F | 14 |
| Octal | 33 | 111 | 112 | 100 | 1 | 0 | 107 | 265 | 57 | 24 |
| Binary | 11011 | 1001001 | 1001010 | 1000000 | 1 | 0 | 1000111 | 10110101 | 101111 | 10100 |
Color Harmonies of #1B494A
Complementary color
Monochromatic Colors of #1B494A
Black with #1B494A
Text Example
Text Example
White with #1B494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B494A; }
p { color: rgb(27,73,74); }
H1.HeaderClassName
{
color: #1B494A;
}
.AnyTagClassName
{
color: #1B494A;
}
</style>
background-color css
<style>
a { background-color: #1B494A; }
a { background-color: rgb(27,73,74); }
div.DivClassName
{
background-color: #1B494A;
}
.BgClassName
{
background-color: #1B494A;
}
</style>
border-color css
<style>
span { border-color: #1B494A; }
span { border-color: rgb(27,73,74); }
td.TdClassName
{
border-color: #1B494A;
}
.TagClassName
{
border-color: #1B494A;
}
</style>