#464F27

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

Shades of Bronzetone #464F27

Tints of Bronzetone #464F27

Color information

#464F27 (or 0x464F27) is unknown color: approx Bronzetone. HEX triplet: 46, 4F and 27. RGB value is (70,79,39). Sum of RGB (Red+Green+Blue) = 70+79+39=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #464F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F27 is #B9B0D8. Grayscale: #474747. Windows color (decimal): -12169433 or 2576198. OLE color: 2576198.

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

Color convert

RGB707939-
CMYK0.1100.510.69
HSL73.5º33.9%23.14%-
HSV(B)73.5º50.63%30.98%-
XYZ5.697.042.98-
YUV71.75109.52126.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=37.23%
G=42.02%
B=20.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079390.1100.510.6973.533.923.14
Hex464F27B033454a2217
Octal10611747130631051124227
Binary10001101001111100111101101100111000101100101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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