#464B29

Color #464B29 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #464B29

Tints of Bronzetone #464B29

Color information

#464B29 (or 0x464B29) is unknown color: approx Bronzetone. HEX triplet: 46, 4B and 29. RGB value is (70,75,41). Sum of RGB (Red+Green+Blue) = 70+75+41=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #464B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B29 is #B9B4D6. Grayscale: #454545. Windows color (decimal): -12170455 or 2706246. OLE color: 2706246.

HSL color Cylindrical-coordinate representation of color #464B29: hue angle of 68.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464B29 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB707541-
CMYK0.0700.450.71
HSL68.82º29.31%22.75%-
HSV(B)68.82º45.33%29.41%-
XYZ5.446.493.06-
YUV69.63111.84128.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=37.63%
G=40.32%
B=22.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075410.0700.450.7168.8229.3122.75
Hex464B29702D47451d17
Octal1061135170551071053527
Binary100011010010111010011110101101100011110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464B29; }

 p { color: rgb(70,75,41); }

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

<style>
 a { background-color: #464B29; }

 a { background-color: rgb(70,75,41); }

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

<style>
 span { border-color: #464B29; }

 span { border-color: rgb(70,75,41); }

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