Html Css Color HEX #464F2E Bronzetone

📋 copy color: '#464F2E'

red 70 ◦ green 79 ◦ blue 46

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

Shades of Bronzetone #464F2E

Tints of Bronzetone #464F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.51%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 35.9%
G = 40.51%
B = 23.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#464F2E (or 0x464F2E) is known color: Bronzetone. HEX triplet: 46, 4F and 2E. RGB value is (70,79,46). Sum of RGB (Red+Green+Blue) = 70+79+46=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #464F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F2E is #B9B0D1. Grayscale: #484848. Windows color (decimal): -12169426 or 3034950. OLE color: 3034950.

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

Color convert

RGB 70 79 46 -
CMYK 0.11 0 0.42 0.69
HSL 76.36º 0.26% 0.25% -
HSV(B) 76.36º 0.42% 0.31% -
XYZ 5.81 7.09 3.65 -
YUV 72.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 70 79 46 0.11 0 0.42 0.69 76.36 0.26 0.25
Hex 46 4F 2E B 0 2A 45 4C 1A 19
Octal 106 117 56 13 0 52 105 114 32 31
Binary 1000110 1001111 101110 1011 0 101010 1000101 1001100 11010 11001

Color Harmonies of #464F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F2E

Black with #464F2E

Text Example


Text Example

White with #464F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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