#4D463B

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

Shades of Metallic Bronze #4D463B

Tints of Metallic Bronze #4D463B

Color information

#4D463B (or 0x4D463B) is unknown color: approx Metallic Bronze. HEX triplet: 4D, 46 and 3B. RGB value is (77,70,59). Sum of RGB (Red+Green+Blue) = 77+70+59=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D463B is #B2B9C4. Grayscale: #464646. Windows color (decimal): -11712965 or 3884621. OLE color: 3884621.

HSL color Cylindrical-coordinate representation of color #4D463B: hue angle of 36.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D463B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB777059-
CMYK00.090.230.70
HSL36.67º13.24%26.67%-
HSV(B)36.67º23.38%30.2%-
XYZ6.046.275.03-
YUV70.84121.32132.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=37.38%
G=33.98%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77705900.090.230.7036.6713.2426.67
Hex4D463B09174625d1b
Octal1151067301127106451533
Binary1001101100011011101101001101111000110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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