Html Css Color HEX #4D384B Loulou

📋 copy color: '#4D384B'

red 77 ◦ green 56 ◦ blue 75

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

Shades of Loulou #4D384B

Tints of Loulou #4D384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 37.02%
G = 26.92%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D384B (or 0x4D384B) is known color: Loulou. HEX triplet: 4D, 38 and 4B. RGB value is (77,56,75). Sum of RGB (Red+Green+Blue) = 77+56+75=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D384B is #B2C7B4. Grayscale: #404040. Windows color (decimal): -11716533 or 4929613. OLE color: 4929613.

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

Color convert

RGB 77 56 75 -
CMYK 0 0.27 0.03 0.70
HSL 305.71º 0.16% 0.26% -
HSV(B) 305.71º 0.27% 0.3% -
XYZ 5.74 4.91 7.3 -
YUV 64.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 77 56 75 0 0.27 0.03 0.70 305.71 0.16 0.26
Hex 4D 38 4B 0 1B 3 46 132 10 1A
Octal 115 70 113 0 33 3 106 462 20 32
Binary 1001101 111000 1001011 0 11011 11 1000110 100110010 10000 11010

Color Harmonies of #4D384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D384B

Black with #4D384B

Text Example


Text Example

White with #4D384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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