#464F23

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

Shades of Bronzetone #464F23

Tints of Bronzetone #464F23

Color information

#464F23 (or 0x464F23) is unknown color: approx Bronzetone. HEX triplet: 46, 4F and 23. RGB value is (70,79,35). Sum of RGB (Red+Green+Blue) = 70+79+35=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #464F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F23 is #B9B0DC. Grayscale: #474747. Windows color (decimal): -12169437 or 2314054. OLE color: 2314054.

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

Color convert

RGB707935-
CMYK0.1100.560.69
HSL72.27º38.6%22.35%-
HSV(B)72.27º55.7%30.98%-
XYZ5.637.022.65-
YUV71.29107.52127.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=38.04%
G=42.93%
B=19.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079350.1100.560.6972.2738.622.35
Hex464F23B03845482716
Octal10611743130701051104726
Binary10001101001111100011101101110001000101100100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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