Shades of Tiber #16474E
Tints of Tiber #16474E
RGB
CMYK
RGB Variations
Color information
#16474E (or 0x16474E) is known color: Tiber. HEX triplet: 16, 47 and 4E. RGB value is (22,71,78). Sum of RGB (Red+Green+Blue) = 22+71+78=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #16474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16474E is #E9B8B1. Grayscale: #393939. Windows color (decimal): -15317170 or 5130006. OLE color: 5130006.
HSL color Cylindrical-coordinate representation of color #16474E: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16474E is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 71 | 78 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.69 |
| HSL | 187.5º | 0.56% | 0.2% | - |
| HSV(B) | 187.5º | 0.72% | 0.31% | - |
| XYZ | 3.96 | 5.23 | 8.01 | - |
| YUV | 57.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 78 | 0.72 | 0.09 | 0 | 0.69 | 187.5 | 0.56 | 0.2 |
| Hex | 16 | 47 | 4E | 48 | 9 | 0 | 45 | BC | 38 | 14 |
| Octal | 26 | 107 | 116 | 110 | 11 | 0 | 105 | 274 | 70 | 24 |
| Binary | 10110 | 1000111 | 1001110 | 1001000 | 1001 | 0 | 1000101 | 10111100 | 111000 | 10100 |
Color Harmonies of #16474E
Complementary color
Monochromatic Colors of #16474E
Black with #16474E
Text Example
Text Example
White with #16474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16474E; }
p { color: rgb(22,71,78); }
H1.HeaderClassName
{
color: #16474E;
}
.AnyTagClassName
{
color: #16474E;
}
</style>
background-color css
<style>
a { background-color: #16474E; }
a { background-color: rgb(22,71,78); }
div.DivClassName
{
background-color: #16474E;
}
.BgClassName
{
background-color: #16474E;
}
</style>
border-color css
<style>
span { border-color: #16474E; }
span { border-color: rgb(22,71,78); }
td.TdClassName
{
border-color: #16474E;
}
.TagClassName
{
border-color: #16474E;
}
</style>