Shades of Tiber #164748
Tints of Tiber #164748
RGB
CMYK
RGB Variations
Color information
#164748 (or 0x164748) is known color: Tiber. HEX triplet: 16, 47 and 48. RGB value is (22,71,72). Sum of RGB (Red+Green+Blue) = 22+71+72=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #164748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164748 is #E9B8B7. Grayscale: #383838. Windows color (decimal): -15317176 or 4736790. OLE color: 4736790.
HSL color Cylindrical-coordinate representation of color #164748: hue angle of 181.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164748 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 72 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.72 |
| HSL | 181.2º | 0.53% | 0.18% | - |
| HSV(B) | 181.2º | 0.69% | 0.28% | - |
| XYZ | 3.75 | 5.14 | 6.93 | - |
| YUV | 56.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 72 | 0.69 | 0.01 | 0 | 0.72 | 181.2 | 0.53 | 0.18 |
| Hex | 16 | 47 | 48 | 45 | 1 | 0 | 48 | B5 | 35 | 12 |
| Octal | 26 | 107 | 110 | 105 | 1 | 0 | 110 | 265 | 65 | 22 |
| Binary | 10110 | 1000111 | 1001000 | 1000101 | 1 | 0 | 1001000 | 10110101 | 110101 | 10010 |
Color Harmonies of #164748
Complementary color
Monochromatic Colors of #164748
Black with #164748
Text Example
Text Example
White with #164748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164748; }
p { color: rgb(22,71,72); }
H1.HeaderClassName
{
color: #164748;
}
.AnyTagClassName
{
color: #164748;
}
</style>
background-color css
<style>
a { background-color: #164748; }
a { background-color: rgb(22,71,72); }
div.DivClassName
{
background-color: #164748;
}
.BgClassName
{
background-color: #164748;
}
</style>
border-color css
<style>
span { border-color: #164748; }
span { border-color: rgb(22,71,72); }
td.TdClassName
{
border-color: #164748;
}
.TagClassName
{
border-color: #164748;
}
</style>