Html Css Color HEX #4B4740 Mondo

📋 copy color: '#4B4740'

red 75 ◦ green 71 ◦ blue 64

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

Shades of Mondo #4B4740

Tints of Mondo #4B4740

RGB

 RED value IS 75 (29.69% from 255) = 35.71%

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 35.71%
G = 33.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B4740 (or 0x4B4740) is known color: Mondo. HEX triplet: 4B, 47 and 40. RGB value is (75,71,64). Sum of RGB (Red+Green+Blue) = 75+71+64=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4740 is #B4B8BF. Grayscale: #474747. Windows color (decimal): -11843776 or 4212555. OLE color: 4212555.

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

Color convert

RGB 75 71 64 -
CMYK 0 0.05 0.15 0.71
HSL 38.18º 0.08% 0.27% -
HSV(B) 38.18º 0.15% 0.29% -
XYZ 6.08 6.37 5.76 -
YUV 71.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 75 71 64 0 0.05 0.15 0.71 38.18 0.08 0.27
Hex 4B 47 40 0 5 F 47 26 8 1B
Octal 113 107 100 0 5 17 107 46 10 33
Binary 1001011 1000111 1000000 0 101 1111 1000111 100110 1000 11011

Color Harmonies of #4B4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4740

Black with #4B4740

Text Example


Text Example

White with #4B4740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,71,64); }

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

background-color css

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

 a { background-color: rgb(75,71,64); }

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

border-color css

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

 span { border-color: rgb(75,71,64); }

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