Shades of Tiber #16474D
Tints of Tiber #16474D
RGB
CMYK
RGB Variations
Color information
#16474D (or 0x16474D) is known color: Tiber. HEX triplet: 16, 47 and 4D. RGB value is (22,71,77). Sum of RGB (Red+Green+Blue) = 22+71+77=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #16474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16474D is #E9B8B2. Grayscale: #383838. Windows color (decimal): -15317171 or 5064470. OLE color: 5064470.
HSL color Cylindrical-coordinate representation of color #16474D: hue angle of 186.55º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16474D is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 71 | 77 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.70 |
| HSL | 186.55º | 0.56% | 0.19% | - |
| HSV(B) | 186.55º | 0.71% | 0.3% | - |
| XYZ | 3.92 | 5.21 | 7.82 | - |
| YUV | 57.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 77 | 0.71 | 0.08 | 0 | 0.70 | 186.55 | 0.56 | 0.19 |
| Hex | 16 | 47 | 4D | 47 | 8 | 0 | 46 | BB | 38 | 13 |
| Octal | 26 | 107 | 115 | 107 | 10 | 0 | 106 | 273 | 70 | 23 |
| Binary | 10110 | 1000111 | 1001101 | 1000111 | 1000 | 0 | 1000110 | 10111011 | 111000 | 10011 |
Color Harmonies of #16474D
Complementary color
Monochromatic Colors of #16474D
Black with #16474D
Text Example
Text Example
White with #16474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16474D; }
p { color: rgb(22,71,77); }
H1.HeaderClassName
{
color: #16474D;
}
.AnyTagClassName
{
color: #16474D;
}
</style>
background-color css
<style>
a { background-color: #16474D; }
a { background-color: rgb(22,71,77); }
div.DivClassName
{
background-color: #16474D;
}
.BgClassName
{
background-color: #16474D;
}
</style>
border-color css
<style>
span { border-color: #16474D; }
span { border-color: rgb(22,71,77); }
td.TdClassName
{
border-color: #16474D;
}
.TagClassName
{
border-color: #16474D;
}
</style>