#464F2C

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

Shades of Bronzetone #464F2C

Tints of Bronzetone #464F2C

Color information

#464F2C (or 0x464F2C) is unknown color: approx Bronzetone. HEX triplet: 46, 4F and 2C. RGB value is (70,79,44). Sum of RGB (Red+Green+Blue) = 70+79+44=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #464F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F2C is #B9B0D3. Grayscale: #484848. Windows color (decimal): -12169428 or 2903878. OLE color: 2903878.

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

Color convert

RGB707944-
CMYK0.1100.440.69
HSL75.43º28.46%24.12%-
HSV(B)75.43º44.3%30.98%-
XYZ5.787.083.44-
YUV72.32112.02126.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=36.27%
G=40.93%
B=22.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079440.1100.440.6975.4328.4624.12
Hex464F2CB02C454b1c18
Octal10611754130541051133430
Binary1000110100111110110010110101100100010110010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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