Html Css Color HEX #464B29 Bronzetone

📋 copy color: '#464B29'

red 70 ◦ green 75 ◦ blue 41

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

Shades of Bronzetone #464B29

Tints of Bronzetone #464B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

 BLUE value IS 41 (16.41% from 255) = 22.04%

R = 37.63%
G = 40.32%
B = 22.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#464B29 (or 0x464B29) is known color: Bronzetone. HEX triplet: 46, 4B and 29. RGB value is (70,75,41). Sum of RGB (Red+Green+Blue) = 70+75+41=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #464B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B29 is #B9B4D6. Grayscale: #454545. Windows color (decimal): -12170455 or 2706246. OLE color: 2706246.

HSL color Cylindrical-coordinate representation of color #464B29: hue angle of 68.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464B29 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 41 -
CMYK 0.07 0 0.45 0.71
HSL 68.82º 0.29% 0.23% -
HSV(B) 68.82º 0.45% 0.29% -
XYZ 5.44 6.49 3.06 -
YUV 69.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 70 75 41 0.07 0 0.45 0.71 68.82 0.29 0.23
Hex 46 4B 29 7 0 2D 47 45 1D 17
Octal 106 113 51 7 0 55 107 105 35 27
Binary 1000110 1001011 101001 111 0 101101 1000111 1000101 11101 10111

Color Harmonies of #464B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B29

Black with #464B29

Text Example


Text Example

White with #464B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,41); }

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

background-color css

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

 a { background-color: rgb(70,75,41); }

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

border-color css

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

 span { border-color: rgb(70,75,41); }

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