#19494C

Color #19494C Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #19494C

Tints of Tiber #19494C

Color information

#19494C (or 0x19494C) is unknown color: approx Tiber. HEX triplet: 19, 49 and 4C. RGB value is (25,73,76). Sum of RGB (Red+Green+Blue) = 25+73+76=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #19494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19494C is #E6B6B3. Grayscale: #3A3A3A. Windows color (decimal): -15120052 or 4999449. OLE color: 4999449.

HSL color Cylindrical-coordinate representation of color #19494C: hue angle of 183.53º 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 #19494C is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB257376-
CMYK0.670.0400.70
HSL183.53º50.5%19.8%-
HSV(B)183.53º67.11%29.8%-
XYZ4.095.497.68-
YUV58.99137.6103.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=14.37%
G=41.95%
B=43.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2573760.670.0400.70183.5350.519.8
Hex19494C434046b83214
Octal31111114103401062706224
Binary11001100100110011001000011100010001101011100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19494C; }

 p { color: rgb(25,73,76); }

 H1.HeaderClassName
 {
   color: #19494C;
 }
 .AnyTagClassName
 {
   color: #19494C;
 }
</style>
background-color css

<style>
 a { background-color: #19494C; }

 a { background-color: rgb(25,73,76); }

 div.DivClassName
 {
   background-color: #19494C;
 }
 .BgClassName
 {
   background-color: #19494C;
 }
</style>
border-color css

<style>
 span { border-color: #19494C; }

 span { border-color: rgb(25,73,76); }

 td.TdClassName
 {
   border-color: #19494C;
 }
 .TagClassName
 {
   border-color: #19494C;
 }
</style>