Html Css Color HEX #4A4438 Punga

📋 copy color: '#4A4438'

red 74 ◦ green 68 ◦ blue 56

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

Shades of Punga #4A4438

Tints of Punga #4A4438

RGB

 RED value IS 74 (29.3% from 255) = 37.37%

 GREEN value IS 68 (26.95% from 255) = 34.34%

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 37.37%
G = 34.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A4438 (or 0x4A4438) is known color: Punga. HEX triplet: 4A, 44 and 38. RGB value is (74,68,56). Sum of RGB (Red+Green+Blue) = 74+68+56=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4438 is #B5BBC7. Grayscale: #444444. Windows color (decimal): -11910088 or 3687498. OLE color: 3687498.

HSL color Cylindrical-coordinate representation of color #4A4438: hue angle of 40º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4438 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 56 -
CMYK 0 0.08 0.24 0.71
HSL 40º 0.14% 0.25% -
HSV(B) 40º 0.24% 0.29% -
XYZ 5.6 5.88 4.58 -
YUV 68.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 74 68 56 0 0.08 0.24 0.71 40 0.14 0.25
Hex 4A 44 38 0 8 18 47 28 E 19
Octal 112 104 70 0 10 30 107 50 16 31
Binary 1001010 1000100 111000 0 1000 11000 1000111 101000 1110 11001

Color Harmonies of #4A4438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4438

Black with #4A4438

Text Example


Text Example

White with #4A4438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,56); }

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

background-color css

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

 a { background-color: rgb(74,68,56); }

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

border-color css

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

 span { border-color: rgb(74,68,56); }

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