Shades of Tiber #164749
Tints of Tiber #164749
RGB
CMYK
RGB Variations
Color information
#164749 (or 0x164749) is known color: Tiber. HEX triplet: 16, 47 and 49. RGB value is (22,71,73). Sum of RGB (Red+Green+Blue) = 22+71+73=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #164749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164749 is #E9B8B6. Grayscale: #383838. Windows color (decimal): -15317175 or 4802326. OLE color: 4802326.
HSL color Cylindrical-coordinate representation of color #164749: hue angle of 182.35º 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 #164749 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 71 | 73 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.71 |
| HSL | 182.35º | 0.54% | 0.19% | - |
| HSV(B) | 182.35º | 0.7% | 0.29% | - |
| XYZ | 3.79 | 5.16 | 7.1 | - |
| YUV | 56.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 73 | 0.70 | 0.03 | 0 | 0.71 | 182.35 | 0.54 | 0.19 |
| Hex | 16 | 47 | 49 | 46 | 3 | 0 | 47 | B6 | 36 | 13 |
| Octal | 26 | 107 | 111 | 106 | 3 | 0 | 107 | 266 | 66 | 23 |
| Binary | 10110 | 1000111 | 1001001 | 1000110 | 11 | 0 | 1000111 | 10110110 | 110110 | 10011 |
Color Harmonies of #164749
Complementary color
Monochromatic Colors of #164749
Black with #164749
Text Example
Text Example
White with #164749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164749; }
p { color: rgb(22,71,73); }
H1.HeaderClassName
{
color: #164749;
}
.AnyTagClassName
{
color: #164749;
}
</style>
background-color css
<style>
a { background-color: #164749; }
a { background-color: rgb(22,71,73); }
div.DivClassName
{
background-color: #164749;
}
.BgClassName
{
background-color: #164749;
}
</style>
border-color css
<style>
span { border-color: #164749; }
span { border-color: rgb(22,71,73); }
td.TdClassName
{
border-color: #164749;
}
.TagClassName
{
border-color: #164749;
}
</style>