Html Css Color HEX #464C28 Bronzetone

📋 copy color: '#464C28'

red 70 ◦ green 76 ◦ blue 40

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

Shades of Bronzetone #464C28

Tints of Bronzetone #464C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 37.63%
G = 40.86%
B = 21.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#464C28 (or 0x464C28) is known color: Bronzetone. HEX triplet: 46, 4C and 28. RGB value is (70,76,40). Sum of RGB (Red+Green+Blue) = 70+76+40=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #464C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C28 is #B9B3D7. Grayscale: #464646. Windows color (decimal): -12170200 or 2640966. OLE color: 2640966.

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

Color convert

RGB 70 76 40 -
CMYK 0.08 0 0.47 0.70
HSL 70º 0.31% 0.23% -
HSV(B) 70º 0.47% 0.3% -
XYZ 5.49 6.62 3 -
YUV 70.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 70 76 40 0.08 0 0.47 0.70 70 0.31 0.23
Hex 46 4C 28 8 0 2F 46 46 1F 17
Octal 106 114 50 10 0 57 106 106 37 27
Binary 1000110 1001100 101000 1000 0 101111 1000110 1000110 11111 10111

Color Harmonies of #464C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C28

Black with #464C28

Text Example


Text Example

White with #464C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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