Html Css Color HEX #464E2B Bronzetone

📋 copy color: '#464E2B'

red 70 ◦ green 78 ◦ blue 43

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

Shades of Bronzetone #464E2B

Tints of Bronzetone #464E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 36.65%
G = 40.84%
B = 22.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#464E2B (or 0x464E2B) is known color: Bronzetone. HEX triplet: 46, 4E and 2B. RGB value is (70,78,43). Sum of RGB (Red+Green+Blue) = 70+78+43=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #464E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E2B is #B9B1D4. Grayscale: #474747. Windows color (decimal): -12169685 or 2838086. OLE color: 2838086.

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

Color convert

RGB 70 78 43 -
CMYK 0.10 0 0.45 0.69
HSL 73.71º 0.29% 0.24% -
HSV(B) 73.71º 0.45% 0.31% -
XYZ 5.69 6.93 3.32 -
YUV 71.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 70 78 43 0.10 0 0.45 0.69 73.71 0.29 0.24
Hex 46 4E 2B A 0 2D 45 4A 1D 18
Octal 106 116 53 12 0 55 105 112 35 30
Binary 1000110 1001110 101011 1010 0 101101 1000101 1001010 11101 11000

Color Harmonies of #464E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E2B

Black with #464E2B

Text Example


Text Example

White with #464E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,43); }

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

background-color css

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

 a { background-color: rgb(70,78,43); }

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

border-color css

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

 span { border-color: rgb(70,78,43); }

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