Html Css Color HEX #4D354B Loulou

📋 copy color: '#4D354B'

red 77 ◦ green 53 ◦ blue 75

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

Shades of Loulou #4D354B

Tints of Loulou #4D354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

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

R = 37.56%
G = 25.85%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D354B (or 0x4D354B) is known color: Loulou. HEX triplet: 4D, 35 and 4B. RGB value is (77,53,75). Sum of RGB (Red+Green+Blue) = 77+53+75=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D354B is #B2CAB4. Grayscale: #3E3E3E. Windows color (decimal): -11717301 or 4928845. OLE color: 4928845.

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

Color convert

RGB 77 53 75 -
CMYK 0 0.31 0.03 0.70
HSL 305º 0.18% 0.25% -
HSV(B) 305º 0.31% 0.3% -
XYZ 5.6 4.63 7.26 -
YUV 62.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 77 53 75 0 0.31 0.03 0.70 305 0.18 0.25
Hex 4D 35 4B 0 1F 3 46 131 12 19
Octal 115 65 113 0 37 3 106 461 22 31
Binary 1001101 110101 1001011 0 11111 11 1000110 100110001 10010 11001

Color Harmonies of #4D354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D354B

Black with #4D354B

Text Example


Text Example

White with #4D354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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