Html Css Color HEX #464C31 Bronzetone

📋 copy color: '#464C31'

red 70 ◦ green 76 ◦ blue 49

#464C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #464C31

Tints of Bronzetone #464C31

RGB

 RED value IS 70 (27.73% from 255) = 35.9%

 GREEN value IS 76 (30.08% from 255) = 38.97%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 35.9%
G = 38.97%
B = 25.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#464C31 (or 0x464C31) is known color: Bronzetone. HEX triplet: 46, 4C and 31. RGB value is (70,76,49). Sum of RGB (Red+Green+Blue) = 70+76+49=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #464C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C31 is #B9B3CE. Grayscale: #474747. Windows color (decimal): -12170191 or 3230790. OLE color: 3230790.

HSL color Cylindrical-coordinate representation of color #464C31: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #464C31 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 49 -
CMYK 0.08 0 0.36 0.70
HSL 73.33º 0.22% 0.25% -
HSV(B) 73.33º 0.36% 0.3% -
XYZ 5.66 6.69 3.9 -
YUV 71.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 70 76 49 0.08 0 0.36 0.70 73.33 0.22 0.25
Hex 46 4C 31 8 0 24 46 49 16 19
Octal 106 114 61 10 0 44 106 111 26 31
Binary 1000110 1001100 110001 1000 0 100100 1000110 1001001 10110 11001

Color Harmonies of #464C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C31

Black with #464C31

Text Example


Text Example

White with #464C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,49); }

 H1.HeaderClassName
 {
   color: #464C31;
 }
 .AnyTagClassName
 {
   color: #464C31;
 }
</style>

background-color css

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

 a { background-color: rgb(70,76,49); }

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

border-color css

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

 span { border-color: rgb(70,76,49); }

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