#4E202F

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

Shades of Castro #4E202F

Tints of Castro #4E202F

Color information

#4E202F (or 0x4E202F) is unknown color: approx Castro. HEX triplet: 4E, 20 and 2F. RGB value is (78,32,47). Sum of RGB (Red+Green+Blue) = 78+32+47=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202F is #B1DFD0. Grayscale: #2F2F2F. Windows color (decimal): -11657169 or 3088462. OLE color: 3088462.

HSL color Cylindrical-coordinate representation of color #4E202F: hue angle of 340.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB783247-
CMYK00.590.400.69
HSL340.43º41.82%21.57%-
HSV(B)340.43º58.97%30.59%-
XYZ4.172.863.02-
YUV47.46127.74149.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=49.68%
G=20.38%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78324700.590.400.69340.4341.8221.57
Hex4E202F03B28451542a16
Octal1164057073501055245226
Binary10011101000001011110111011101000100010110101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,47); }

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

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

 a { background-color: rgb(78,32,47); }

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

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

 span { border-color: rgb(78,32,47); }

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