#4E463A

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

Shades of Metallic Bronze #4E463A

Tints of Metallic Bronze #4E463A

Color information

#4E463A (or 0x4E463A) is unknown color: approx Metallic Bronze. HEX triplet: 4E, 46 and 3A. RGB value is (78,70,58). Sum of RGB (Red+Green+Blue) = 78+70+58=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E463A is #B1B9C5. Grayscale: #474747. Windows color (decimal): -11647430 or 3819086. OLE color: 3819086.

HSL color Cylindrical-coordinate representation of color #4E463A: hue angle of 36º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E463A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB787058-
CMYK00.100.260.69
HSL36º14.71%26.67%-
HSV(B)36º25.64%30.59%-
XYZ6.16.314.9-
YUV71.02120.65132.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=37.86%
G=33.98%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78705800.100.260.693614.7126.67
Hex4E463A0A1A4524f1b
Octal1161067201232105441733
Binary1001110100011011101001010110101000101100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,58); }

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

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

 a { background-color: rgb(78,70,58); }

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

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

 span { border-color: rgb(78,70,58); }

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