#4E192C

Color #4E192C Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #4E192C

Tints of Castro #4E192C

Color information

#4E192C (or 0x4E192C) is unknown color: approx Castro. HEX triplet: 4E, 19 and 2C. RGB value is (78,25,44). Sum of RGB (Red+Green+Blue) = 78+25+44=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192C is #B1E6D3. Grayscale: #2A2A2A. Windows color (decimal): -11658964 or 2890062. OLE color: 2890062.

HSL color Cylindrical-coordinate representation of color #4E192C: hue angle of 338.49º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E192C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB782544-
CMYK00.680.440.69
HSL338.49º51.46%20.2%-
HSV(B)338.49º67.95%30.59%-
XYZ3.942.52.66-
YUV43.01128.56152.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.06%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=53.06%
G=17.01%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78254400.680.440.69338.4951.4620.2
Hex4E192C0442C451523314
Octal11631540104541055226324
Binary10011101100110110001000100101100100010110101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E192C; }

 p { color: rgb(78,25,44); }

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

<style>
 a { background-color: #4E192C; }

 a { background-color: rgb(78,25,44); }

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

<style>
 span { border-color: #4E192C; }

 span { border-color: rgb(78,25,44); }

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