#464A27

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

Shades of Bronzetone #464A27

Tints of Bronzetone #464A27

Color information

#464A27 (or 0x464A27) is unknown color: approx Bronzetone. HEX triplet: 46, 4A and 27. RGB value is (70,74,39). Sum of RGB (Red+Green+Blue) = 70+74+39=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #464A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A27 is #B9B5D8. Grayscale: #444444. Windows color (decimal): -12170713 or 2574918. OLE color: 2574918.

HSL color Cylindrical-coordinate representation of color #464A27: hue angle of 66.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464A27 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB707439-
CMYK0.0500.470.71
HSL66.86º30.97%22.16%-
HSV(B)66.86º47.3%29.02%-
XYZ5.346.352.86-
YUV68.81111.17128.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=38.25%
G=40.44%
B=21.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074390.0500.470.7166.8630.9722.16
Hex464A27502F47431f16
Octal1061124750571071033726
Binary100011010010101001111010101111100011110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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