Html Css Color HEX #464F2A Bronzetone

📋 copy color: '#464F2A'

red 70 ◦ green 79 ◦ blue 42

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

Shades of Bronzetone #464F2A

Tints of Bronzetone #464F2A

RGB

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

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

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

R = 36.65%
G = 41.36%
B = 21.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#464F2A (or 0x464F2A) is known color: Bronzetone. HEX triplet: 46, 4F and 2A. RGB value is (70,79,42). Sum of RGB (Red+Green+Blue) = 70+79+42=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #464F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F2A is #B9B0D5. Grayscale: #484848. Windows color (decimal): -12169430 or 2772806. OLE color: 2772806.

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

Color convert

RGB 70 79 42 -
CMYK 0.11 0 0.47 0.69
HSL 74.59º 0.31% 0.24% -
HSV(B) 74.59º 0.47% 0.31% -
XYZ 5.74 7.06 3.25 -
YUV 72.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 70 79 42 0.11 0 0.47 0.69 74.59 0.31 0.24
Hex 46 4F 2A B 0 2F 45 4B 1F 18
Octal 106 117 52 13 0 57 105 113 37 30
Binary 1000110 1001111 101010 1011 0 101111 1000101 1001011 11111 11000

Color Harmonies of #464F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F2A

Black with #464F2A

Text Example


Text Example

White with #464F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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