#19464D

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

Shades of Tiber #19464D

Tints of Tiber #19464D

Color information

#19464D (or 0x19464D) is unknown color: approx Tiber. HEX triplet: 19, 46 and 4D. RGB value is (25,70,77). Sum of RGB (Red+Green+Blue) = 25+70+77=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #19464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19464D is #E6B9B2. Grayscale: #393939. Windows color (decimal): -15120819 or 5064217. OLE color: 5064217.

HSL color Cylindrical-coordinate representation of color #19464D: hue angle of 188.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19464D is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB257077-
CMYK0.680.0900.70
HSL188.08º50.98%20%-
HSV(B)188.08º67.53%30.2%-
XYZ3.935.127.8-
YUV57.34139.09104.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=14.53%
G=40.70%
B=44.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2570770.680.0900.70188.0850.9820
Hex19464D449046bc3314
Octal311061151041101062746324
Binary110011000110100110110001001001010001101011110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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