Html Css Color HEX #4F493F Mondo

📋 copy color: '#4F493F'

red 79 ◦ green 73 ◦ blue 63

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

Shades of Mondo #4F493F

Tints of Mondo #4F493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 63 (25% from 255) = 29.3%

R = 36.74%
G = 33.95%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F493F (or 0x4F493F) is known color: Mondo. HEX triplet: 4F, 49 and 3F. RGB value is (79,73,63). Sum of RGB (Red+Green+Blue) = 79+73+63=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F493F is #B0B6C0. Grayscale: #494949. Windows color (decimal): -11581121 or 4147535. OLE color: 4147535.

HSL color Cylindrical-coordinate representation of color #4F493F: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F493F is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 73 63 -
CMYK 0 0.08 0.20 0.69
HSL 37.5º 0.11% 0.28% -
HSV(B) 37.5º 0.2% 0.31% -
XYZ 6.5 6.79 5.67 -
YUV 73.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 79 73 63 0 0.08 0.20 0.69 37.5 0.11 0.28
Hex 4F 49 3F 0 8 14 45 26 B 1C
Octal 117 111 77 0 10 24 105 46 13 34
Binary 1001111 1001001 111111 0 1000 10100 1000101 100110 1011 11100

Color Harmonies of #4F493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F493F

Black with #4F493F

Text Example


Text Example

White with #4F493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,73,63); }

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

background-color css

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

 a { background-color: rgb(79,73,63); }

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

border-color css

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

 span { border-color: rgb(79,73,63); }

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