Shades of Tiber #194C49
Tints of Tiber #194C49
RGB
CMYK
RGB Variations
Color information
#194C49 (or 0x194C49) is known color: Tiber. HEX triplet: 19, 4C and 49. RGB value is (25,76,73). Sum of RGB (Red+Green+Blue) = 25+76+73=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #194C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C49 is #E6B3B6. Grayscale: #3C3C3C. Windows color (decimal): -15119287 or 4803609. OLE color: 4803609.
HSL color Cylindrical-coordinate representation of color #194C49: hue angle of 176.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C49 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 73 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.70 |
| HSL | 176.47º | 0.5% | 0.2% | - |
| HSV(B) | 176.47º | 0.67% | 0.3% | - |
| XYZ | 4.19 | 5.86 | 7.21 | - |
| YUV | 60.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 73 | 0.67 | 0 | 0.04 | 0.70 | 176.47 | 0.5 | 0.2 |
| Hex | 19 | 4C | 49 | 43 | 0 | 4 | 46 | B0 | 32 | 14 |
| Octal | 31 | 114 | 111 | 103 | 0 | 4 | 106 | 260 | 62 | 24 |
| Binary | 11001 | 1001100 | 1001001 | 1000011 | 0 | 100 | 1000110 | 10110000 | 110010 | 10100 |
Color Harmonies of #194C49
Complementary color
Monochromatic Colors of #194C49
Black with #194C49
Text Example
Text Example
White with #194C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C49; }
p { color: rgb(25,76,73); }
H1.HeaderClassName
{
color: #194C49;
}
.AnyTagClassName
{
color: #194C49;
}
</style>
background-color css
<style>
a { background-color: #194C49; }
a { background-color: rgb(25,76,73); }
div.DivClassName
{
background-color: #194C49;
}
.BgClassName
{
background-color: #194C49;
}
</style>
border-color css
<style>
span { border-color: #194C49; }
span { border-color: rgb(25,76,73); }
td.TdClassName
{
border-color: #194C49;
}
.TagClassName
{
border-color: #194C49;
}
</style>