Html Css Color HEX #4F4A40 Mondo

📋 copy color: '#4F4A40'

red 79 ◦ green 74 ◦ blue 64

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

Shades of Mondo #4F4A40

Tints of Mondo #4F4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 36.41%
G = 34.1%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F4A40 (or 0x4F4A40) is known color: Mondo. HEX triplet: 4F, 4A and 40. RGB value is (79,74,64). Sum of RGB (Red+Green+Blue) = 79+74+64=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A40 is #B0B5BF. Grayscale: #4A4A4A. Windows color (decimal): -11580864 or 4213327. OLE color: 4213327.

HSL color Cylindrical-coordinate representation of color #4F4A40: hue angle of 40º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4A40 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 74 64 -
CMYK 0 0.06 0.19 0.69
HSL 40º 0.1% 0.28% -
HSV(B) 40º 0.19% 0.31% -
XYZ 6.6 6.93 5.84 -
YUV 74.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 79 74 64 0 0.06 0.19 0.69 40 0.1 0.28
Hex 4F 4A 40 0 6 13 45 28 A 1C
Octal 117 112 100 0 6 23 105 50 12 34
Binary 1001111 1001010 1000000 0 110 10011 1000101 101000 1010 11100

Color Harmonies of #4F4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A40

Black with #4F4A40

Text Example


Text Example

White with #4F4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,74,64); }

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

background-color css

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

 a { background-color: rgb(79,74,64); }

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

border-color css

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

 span { border-color: rgb(79,74,64); }

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