#464F2E

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

Shades of Bronzetone #464F2E

Tints of Bronzetone #464F2E

Color information

#464F2E (or 0x464F2E) is unknown color: approx Bronzetone. HEX triplet: 46, 4F and 2E. RGB value is (70,79,46). Sum of RGB (Red+Green+Blue) = 70+79+46=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #464F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F2E is #B9B0D1. Grayscale: #484848. Windows color (decimal): -12169426 or 3034950. OLE color: 3034950.

HSL color Cylindrical-coordinate representation of color #464F2E: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464F2E is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB707946-
CMYK0.1100.420.69
HSL76.36º26.4%24.51%-
HSV(B)76.36º41.77%30.98%-
XYZ5.817.093.65-
YUV72.55113.02126.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=35.90%
G=40.51%
B=23.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079460.1100.420.6976.3626.424.51
Hex464F2EB02A454c1a19
Octal10611756130521051143231
Binary1000110100111110111010110101010100010110011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,46); }

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

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

 a { background-color: rgb(70,79,46); }

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

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

 span { border-color: rgb(70,79,46); }

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