Html Css Color HEX #4D324B Loulou

📋 copy color: '#4D324B'

red 77 ◦ green 50 ◦ blue 75

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

Shades of Loulou #4D324B

Tints of Loulou #4D324B

RGB

 RED value IS 77 (30.47% from 255) = 38.12%

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 38.12%
G = 24.75%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D324B (or 0x4D324B) is known color: Loulou. HEX triplet: 4D, 32 and 4B. RGB value is (77,50,75). Sum of RGB (Red+Green+Blue) = 77+50+75=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D324B is #B2CDB4. Grayscale: #3C3C3C. Windows color (decimal): -11718069 or 4928077. OLE color: 4928077.

HSL color Cylindrical-coordinate representation of color #4D324B: hue angle of 304.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D324B is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 50 75 -
CMYK 0 0.35 0.03 0.70
HSL 304.44º 0.21% 0.25% -
HSV(B) 304.44º 0.35% 0.3% -
XYZ 5.47 4.37 7.21 -
YUV 60.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 77 50 75 0 0.35 0.03 0.70 304.44 0.21 0.25
Hex 4D 32 4B 0 23 3 46 130 15 19
Octal 115 62 113 0 43 3 106 460 25 31
Binary 1001101 110010 1001011 0 100011 11 1000110 100110000 10101 11001

Color Harmonies of #4D324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D324B

Black with #4D324B

Text Example


Text Example

White with #4D324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,75); }

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

background-color css

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

 a { background-color: rgb(77,50,75); }

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

border-color css

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

 span { border-color: rgb(77,50,75); }

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