#19464C

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

Shades of Tiber #19464C

Tints of Tiber #19464C

Color information

#19464C (or 0x19464C) is unknown color: approx Tiber. HEX triplet: 19, 46 and 4C. RGB value is (25,70,76). Sum of RGB (Red+Green+Blue) = 25+70+76=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #19464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19464C is #E6B9B3. Grayscale: #393939. Windows color (decimal): -15120820 or 4998681. OLE color: 4998681.

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

Color convert

RGB257076-
CMYK0.670.0800.70
HSL187.06º50.5%19.8%-
HSV(B)187.06º67.11%29.8%-
XYZ3.95.117.62-
YUV57.23138.59105.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=14.62%
G=40.94%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2570760.670.0800.70187.0650.519.8
Hex19464C438046bb3214
Octal311061141031001062736224
Binary110011000110100110010000111000010001101011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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