Html Css Color HEX #4D2946 Loulou

📋 copy color: '#4D2946'

red 77 ◦ green 41 ◦ blue 70

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

Shades of Loulou #4D2946

Tints of Loulou #4D2946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 40.96%
G = 21.81%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D2946 (or 0x4D2946) is known color: Loulou. HEX triplet: 4D, 29 and 46. RGB value is (77,41,70). Sum of RGB (Red+Green+Blue) = 77+41+70=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2946 is #B2D6B9. Grayscale: #363636. Windows color (decimal): -11720378 or 4598093. OLE color: 4598093.

HSL color Cylindrical-coordinate representation of color #4D2946: hue angle of 311.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2946 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 41 70 -
CMYK 0 0.47 0.09 0.70
HSL 311.67º 0.31% 0.23% -
HSV(B) 311.67º 0.47% 0.3% -
XYZ 4.96 3.61 6.23 -
YUV 55.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 77 41 70 0 0.47 0.09 0.70 311.67 0.31 0.23
Hex 4D 29 46 0 2F 9 46 138 1F 17
Octal 115 51 106 0 57 11 106 470 37 27
Binary 1001101 101001 1000110 0 101111 1001 1000110 100111000 11111 10111

Color Harmonies of #4D2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2946

Black with #4D2946

Text Example


Text Example

White with #4D2946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,70); }

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

background-color css

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

 a { background-color: rgb(77,41,70); }

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

border-color css

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

 span { border-color: rgb(77,41,70); }

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