Html Css Color HEX #464B2A Bronzetone

📋 copy color: '#464B2A'

red 70 ◦ green 75 ◦ blue 42

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

Shades of Bronzetone #464B2A

Tints of Bronzetone #464B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 37.43%
G = 40.11%
B = 22.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#464B2A (or 0x464B2A) is known color: Bronzetone. HEX triplet: 46, 4B and 2A. RGB value is (70,75,42). Sum of RGB (Red+Green+Blue) = 70+75+42=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #464B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B2A is #B9B4D5. Grayscale: #454545. Windows color (decimal): -12170454 or 2771782. OLE color: 2771782.

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

Color convert

RGB 70 75 42 -
CMYK 0.07 0 0.44 0.71
HSL 69.09º 0.28% 0.23% -
HSV(B) 69.09º 0.44% 0.29% -
XYZ 5.46 6.5 3.16 -
YUV 69.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 70 75 42 0.07 0 0.44 0.71 69.09 0.28 0.23
Hex 46 4B 2A 7 0 2C 47 45 1C 17
Octal 106 113 52 7 0 54 107 105 34 27
Binary 1000110 1001011 101010 111 0 101100 1000111 1000101 11100 10111

Color Harmonies of #464B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B2A

Black with #464B2A

Text Example


Text Example

White with #464B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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