Html Css Color HEX #4F462E Punga

📋 copy color: '#4F462E'

red 79 ◦ green 70 ◦ blue 46

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

Shades of Punga #4F462E

Tints of Punga #4F462E

RGB

 RED value IS 79 (31.25% from 255) = 40.51%

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 40.51%
G = 35.9%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F462E (or 0x4F462E) is known color: Punga. HEX triplet: 4F, 46 and 2E. RGB value is (79,70,46). Sum of RGB (Red+Green+Blue) = 79+70+46=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F462E is #B0B9D1. Grayscale: #464646. Windows color (decimal): -11581906 or 3032655. OLE color: 3032655.

HSL color Cylindrical-coordinate representation of color #4F462E: hue angle of 43.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F462E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 70 46 -
CMYK 0 0.11 0.42 0.69
HSL 43.64º 0.26% 0.25% -
HSV(B) 43.64º 0.42% 0.31% -
XYZ 5.91 6.24 3.48 -
YUV 69.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 79 70 46 0 0.11 0.42 0.69 43.64 0.26 0.25
Hex 4F 46 2E 0 B 2A 45 2C 1A 19
Octal 117 106 56 0 13 52 105 54 32 31
Binary 1001111 1000110 101110 0 1011 101010 1000101 101100 11010 11001

Color Harmonies of #4F462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F462E

Black with #4F462E

Text Example


Text Example

White with #4F462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F462E; }

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

 H1.HeaderClassName
 {
   color: #4F462E;
 }
 .AnyTagClassName
 {
   color: #4F462E;
 }
</style>

background-color css

<style>
 a { background-color: #4F462E; }

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

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

border-color css

<style>
 span { border-color: #4F462E; }

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

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