Html Css Color HEX #4B4844 Mondo

📋 copy color: '#4B4844'

red 75 ◦ green 72 ◦ blue 68

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

Shades of Mondo #4B4844

Tints of Mondo #4B4844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 34.88%
G = 33.49%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4B4844 (or 0x4B4844) is known color: Mondo. HEX triplet: 4B, 48 and 44. RGB value is (75,72,68). Sum of RGB (Red+Green+Blue) = 75+72+68=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4844 is #B4B7BB. Grayscale: #484848. Windows color (decimal): -11843516 or 4474955. OLE color: 4474955.

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

Color convert

RGB 75 72 68 -
CMYK 0 0.04 0.09 0.71
HSL 34.29º 0.05% 0.28% -
HSV(B) 34.29º 0.09% 0.29% -
XYZ 6.26 6.55 6.4 -
YUV 72.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 75 72 68 0 0.04 0.09 0.71 34.29 0.05 0.28
Hex 4B 48 44 0 4 9 47 22 5 1C
Octal 113 110 104 0 4 11 107 42 5 34
Binary 1001011 1001000 1000100 0 100 1001 1000111 100010 101 11100

Color Harmonies of #4B4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4844

Black with #4B4844

Text Example


Text Example

White with #4B4844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,68); }

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

background-color css

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

 a { background-color: rgb(75,72,68); }

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

border-color css

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

 span { border-color: rgb(75,72,68); }

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