#4E192B

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

Shades of Castro #4E192B

Tints of Castro #4E192B

Color information

#4E192B (or 0x4E192B) is unknown color: approx Castro. HEX triplet: 4E, 19 and 2B. RGB value is (78,25,43). Sum of RGB (Red+Green+Blue) = 78+25+43=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192B is #B1E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11658965 or 2824526. OLE color: 2824526.

HSL color Cylindrical-coordinate representation of color #4E192B: hue angle of 339.62º 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 #4E192B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB782543-
CMYK00.680.450.69
HSL339.62º51.46%20.2%-
HSV(B)339.62º67.95%30.59%-
XYZ3.932.492.56-
YUV42.9128.06153.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=53.42%
G=17.12%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78254300.680.450.69339.6251.4620.2
Hex4E192B0442D451543314
Octal11631530104551055246324
Binary10011101100110101101000100101101100010110101010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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