Html Css Color HEX #4E462F Punga

📋 copy color: '#4E462F'

red 78 ◦ green 70 ◦ blue 47

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

Shades of Punga #4E462F

Tints of Punga #4E462F

RGB

 RED value IS 78 (30.86% from 255) = 40%

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 40%
G = 35.9%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#4E462F (or 0x4E462F) is known color: Punga. HEX triplet: 4E, 46 and 2F. RGB value is (78,70,47). Sum of RGB (Red+Green+Blue) = 78+70+47=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E462F is #B1B9D0. Grayscale: #454545. Windows color (decimal): -11647441 or 3098190. OLE color: 3098190.

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

Color convert

RGB 78 70 47 -
CMYK 0 0.10 0.40 0.69
HSL 44.52º 0.25% 0.25% -
HSV(B) 44.52º 0.4% 0.31% -
XYZ 5.85 6.21 3.58 -
YUV 69.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 78 70 47 0 0.10 0.40 0.69 44.52 0.25 0.25
Hex 4E 46 2F 0 A 28 45 2D 19 19
Octal 116 106 57 0 12 50 105 55 31 31
Binary 1001110 1000110 101111 0 1010 101000 1000101 101101 11001 11001

Color Harmonies of #4E462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E462F

Black with #4E462F

Text Example


Text Example

White with #4E462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,70,47); }

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

background-color css

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

 a { background-color: rgb(78,70,47); }

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

border-color css

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

 span { border-color: rgb(78,70,47); }

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