#464F29

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

Shades of Bronzetone #464F29

Tints of Bronzetone #464F29

Color information

#464F29 (or 0x464F29) is unknown color: approx Bronzetone. HEX triplet: 46, 4F and 29. RGB value is (70,79,41). Sum of RGB (Red+Green+Blue) = 70+79+41=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #464F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F29 is #B9B0D6. Grayscale: #484848. Windows color (decimal): -12169431 or 2707270. OLE color: 2707270.

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

Color convert

RGB707941-
CMYK0.1100.480.69
HSL74.21º31.67%23.53%-
HSV(B)74.21º48.1%30.98%-
XYZ5.727.053.16-
YUV71.98110.52126.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=36.84%
G=41.58%
B=21.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079410.1100.480.6974.2131.6723.53
Hex464F29B030454a2018
Octal10611751130601051124030
Binary10001101001111101001101101100001000101100101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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