Html Css Color HEX #4D364A Loulou

📋 copy color: '#4D364A'

red 77 ◦ green 54 ◦ blue 74

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

Shades of Loulou #4D364A

Tints of Loulou #4D364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 37.56%
G = 26.34%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D364A (or 0x4D364A) is known color: Loulou. HEX triplet: 4D, 36 and 4A. RGB value is (77,54,74). Sum of RGB (Red+Green+Blue) = 77+54+74=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D364A is #B2C9B5. Grayscale: #3F3F3F. Windows color (decimal): -11717046 or 4863565. OLE color: 4863565.

HSL color Cylindrical-coordinate representation of color #4D364A: hue angle of 307.83º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D364A is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 54 74 -
CMYK 0 0.30 0.04 0.70
HSL 307.83º 0.18% 0.26% -
HSV(B) 307.83º 0.3% 0.3% -
XYZ 5.62 4.71 7.09 -
YUV 63.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 77 54 74 0 0.30 0.04 0.70 307.83 0.18 0.26
Hex 4D 36 4A 0 1E 4 46 134 12 1A
Octal 115 66 112 0 36 4 106 464 22 32
Binary 1001101 110110 1001010 0 11110 100 1000110 100110100 10010 11010

Color Harmonies of #4D364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D364A

Black with #4D364A

Text Example


Text Example

White with #4D364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,74); }

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

background-color css

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

 a { background-color: rgb(77,54,74); }

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

border-color css

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

 span { border-color: rgb(77,54,74); }

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