Html Css Color HEX #4F4C48 Mondo

📋 copy color: '#4F4C48'

red 79 ◦ green 76 ◦ blue 72

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

Shades of Mondo #4F4C48

Tints of Mondo #4F4C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 34.8%
G = 33.48%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F4C48 (or 0x4F4C48) is known color: Mondo. HEX triplet: 4F, 4C and 48. RGB value is (79,76,72). Sum of RGB (Red+Green+Blue) = 79+76+72=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C48 is #B0B3B7. Grayscale: #4C4C4C. Windows color (decimal): -11580344 or 4738127. OLE color: 4738127.

HSL color Cylindrical-coordinate representation of color #4F4C48: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F4C48 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 76 72 -
CMYK 0 0.04 0.09 0.69
HSL 34.29º 0.05% 0.3% -
HSV(B) 34.29º 0.09% 0.31% -
XYZ 6.98 7.3 7.17 -
YUV 76.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 79 76 72 0 0.04 0.09 0.69 34.29 0.05 0.3
Hex 4F 4C 48 0 4 9 45 22 5 1E
Octal 117 114 110 0 4 11 105 42 5 36
Binary 1001111 1001100 1001000 0 100 1001 1000101 100010 101 11110

Color Harmonies of #4F4C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C48

Black with #4F4C48

Text Example


Text Example

White with #4F4C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,72); }

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

background-color css

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

 a { background-color: rgb(79,76,72); }

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

border-color css

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

 span { border-color: rgb(79,76,72); }

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