Html Css Color HEX #4D384A Loulou

📋 copy color: '#4D384A'

red 77 ◦ green 56 ◦ blue 74

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

Shades of Loulou #4D384A

Tints of Loulou #4D384A

RGB

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

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

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

R = 37.2%
G = 27.05%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D384A (or 0x4D384A) is known color: Loulou. HEX triplet: 4D, 38 and 4A. RGB value is (77,56,74). Sum of RGB (Red+Green+Blue) = 77+56+74=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 77 - color contains mainly: red. Hex color #4D384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D384A is #B2C7B5. Grayscale: #404040. Windows color (decimal): -11716534 or 4864077. OLE color: 4864077.

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

Color convert

RGB 77 56 74 -
CMYK 0 0.27 0.04 0.70
HSL 308.57º 0.16% 0.26% -
HSV(B) 308.57º 0.27% 0.3% -
XYZ 5.71 4.9 7.12 -
YUV 64.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 77 56 74 0 0.27 0.04 0.70 308.57 0.16 0.26
Hex 4D 38 4A 0 1B 4 46 135 10 1A
Octal 115 70 112 0 33 4 106 465 20 32
Binary 1001101 111000 1001010 0 11011 100 1000110 100110101 10000 11010

Color Harmonies of #4D384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D384A

Black with #4D384A

Text Example


Text Example

White with #4D384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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