Shades of Tiber #164649
Tints of Tiber #164649
RGB
CMYK
RGB Variations
Color information
#164649 (or 0x164649) is known color: Tiber. HEX triplet: 16, 46 and 49. RGB value is (22,70,73). Sum of RGB (Red+Green+Blue) = 22+70+73=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #164649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164649 is #E9B9B6. Grayscale: #373737. Windows color (decimal): -15317431 or 4802070. OLE color: 4802070.
HSL color Cylindrical-coordinate representation of color #164649: hue angle of 183.53º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164649 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 70 | 73 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.71 |
| HSL | 183.53º | 0.54% | 0.19% | - |
| HSV(B) | 183.53º | 0.7% | 0.29% | - |
| XYZ | 3.72 | 5.03 | 7.08 | - |
| YUV | 55.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 73 | 0.70 | 0.04 | 0 | 0.71 | 183.53 | 0.54 | 0.19 |
| Hex | 16 | 46 | 49 | 46 | 4 | 0 | 47 | B8 | 36 | 13 |
| Octal | 26 | 106 | 111 | 106 | 4 | 0 | 107 | 270 | 66 | 23 |
| Binary | 10110 | 1000110 | 1001001 | 1000110 | 100 | 0 | 1000111 | 10111000 | 110110 | 10011 |
Color Harmonies of #164649
Complementary color
Monochromatic Colors of #164649
Black with #164649
Text Example
Text Example
White with #164649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164649; }
p { color: rgb(22,70,73); }
H1.HeaderClassName
{
color: #164649;
}
.AnyTagClassName
{
color: #164649;
}
</style>
background-color css
<style>
a { background-color: #164649; }
a { background-color: rgb(22,70,73); }
div.DivClassName
{
background-color: #164649;
}
.BgClassName
{
background-color: #164649;
}
</style>
border-color css
<style>
span { border-color: #164649; }
span { border-color: rgb(22,70,73); }
td.TdClassName
{
border-color: #164649;
}
.TagClassName
{
border-color: #164649;
}
</style>