Html Css Color HEX #4D2E48 Loulou

📋 copy color: '#4D2E48'

red 77 ◦ green 46 ◦ blue 72

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

Shades of Loulou #4D2E48

Tints of Loulou #4D2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

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

R = 39.49%
G = 23.59%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D2E48 (or 0x4D2E48) is known color: Loulou. HEX triplet: 4D, 2E and 48. RGB value is (77,46,72). Sum of RGB (Red+Green+Blue) = 77+46+72=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E48 is #B2D1B7. Grayscale: #3A3A3A. Windows color (decimal): -11719096 or 4730445. OLE color: 4730445.

HSL color Cylindrical-coordinate representation of color #4D2E48: hue angle of 309.68º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E48 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 46 72 -
CMYK 0 0.40 0.06 0.70
HSL 309.68º 0.25% 0.24% -
HSV(B) 309.68º 0.4% 0.3% -
XYZ 5.21 4 6.63 -
YUV 58.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 77 46 72 0 0.40 0.06 0.70 309.68 0.25 0.24
Hex 4D 2E 48 0 28 6 46 136 19 18
Octal 115 56 110 0 50 6 106 466 31 30
Binary 1001101 101110 1001000 0 101000 110 1000110 100110110 11001 11000

Color Harmonies of #4D2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E48

Black with #4D2E48

Text Example


Text Example

White with #4D2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,46,72); }

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

background-color css

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

 a { background-color: rgb(77,46,72); }

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

border-color css

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

 span { border-color: rgb(77,46,72); }

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