Html Css Color HEX #4D364B Loulou

📋 copy color: '#4D364B'

red 77 ◦ green 54 ◦ blue 75

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

Shades of Loulou #4D364B

Tints of Loulou #4D364B

RGB

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

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

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

R = 37.38%
G = 26.21%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D364B (or 0x4D364B) is known color: Loulou. HEX triplet: 4D, 36 and 4B. RGB value is (77,54,75). Sum of RGB (Red+Green+Blue) = 77+54+75=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D364B is #B2C9B4. Grayscale: #3F3F3F. Windows color (decimal): -11717045 or 4929101. OLE color: 4929101.

HSL color Cylindrical-coordinate representation of color #4D364B: hue angle of 305.22º 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 #4D364B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 54 75 -
CMYK 0 0.30 0.03 0.70
HSL 305.22º 0.18% 0.26% -
HSV(B) 305.22º 0.3% 0.3% -
XYZ 5.65 4.72 7.27 -
YUV 63.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 77 54 75 0 0.30 0.03 0.70 305.22 0.18 0.26
Hex 4D 36 4B 0 1E 3 46 131 12 1A
Octal 115 66 113 0 36 3 106 461 22 32
Binary 1001101 110110 1001011 0 11110 11 1000110 100110001 10010 11010

Color Harmonies of #4D364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D364B

Black with #4D364B

Text Example


Text Example

White with #4D364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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