Html Css Color HEX #4D1E49 Loulou

📋 copy color: '#4D1E49'

red 77 ◦ green 30 ◦ blue 73

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

Shades of Loulou #4D1E49

Tints of Loulou #4D1E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 42.78%
G = 16.67%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D1E49 (or 0x4D1E49) is known color: Loulou. HEX triplet: 4D, 1E and 49. RGB value is (77,30,73). Sum of RGB (Red+Green+Blue) = 77+30+73=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E49 is #B2E1B6. Grayscale: #303030. Windows color (decimal): -11723191 or 4791885. OLE color: 4791885.

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

Color convert

RGB 77 30 73 -
CMYK 0 0.61 0.05 0.70
HSL 305.11º 0.44% 0.21% -
HSV(B) 305.11º 0.61% 0.3% -
XYZ 4.73 2.99 6.63 -
YUV 48.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 77 30 73 0 0.61 0.05 0.70 305.11 0.44 0.21
Hex 4D 1E 49 0 3D 5 46 131 2C 15
Octal 115 36 111 0 75 5 106 461 54 25
Binary 1001101 11110 1001001 0 111101 101 1000110 100110001 101100 10101

Color Harmonies of #4D1E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E49

Black with #4D1E49

Text Example


Text Example

White with #4D1E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,73); }

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

background-color css

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

 a { background-color: rgb(77,30,73); }

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

border-color css

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

 span { border-color: rgb(77,30,73); }

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