Html Css Color HEX #4D3A46 Loulou

📋 copy color: '#4D3A46'

red 77 ◦ green 58 ◦ blue 70

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

Shades of Loulou #4D3A46

Tints of Loulou #4D3A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 37.56%
G = 28.29%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D3A46 (or 0x4D3A46) is known color: Loulou. HEX triplet: 4D, 3A and 46. RGB value is (77,58,70). Sum of RGB (Red+Green+Blue) = 77+58+70=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A46 is #B2C5B9. Grayscale: #414141. Windows color (decimal): -11716026 or 4602445. OLE color: 4602445.

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

Color convert

RGB 77 58 70 -
CMYK 0 0.25 0.09 0.70
HSL 322.11º 0.14% 0.26% -
HSV(B) 322.11º 0.25% 0.3% -
XYZ 5.68 5.05 6.47 -
YUV 65.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 77 58 70 0 0.25 0.09 0.70 322.11 0.14 0.26
Hex 4D 3A 46 0 19 9 46 142 E 1A
Octal 115 72 106 0 31 11 106 502 16 32
Binary 1001101 111010 1000110 0 11001 1001 1000110 101000010 1110 11010

Color Harmonies of #4D3A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A46

Black with #4D3A46

Text Example


Text Example

White with #4D3A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,70); }

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

background-color css

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

 a { background-color: rgb(77,58,70); }

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

border-color css

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

 span { border-color: rgb(77,58,70); }

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