Html Css Color HEX #4E2D48 Loulou

📋 copy color: '#4E2D48'

red 78 ◦ green 45 ◦ blue 72

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

Shades of Loulou #4E2D48

Tints of Loulou #4E2D48

RGB

 RED value IS 78 (30.86% from 255) = 40%

 GREEN value IS 45 (17.97% from 255) = 23.08%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E2D48 (or 0x4E2D48) is known color: Loulou. HEX triplet: 4E, 2D and 48. RGB value is (78,45,72). Sum of RGB (Red+Green+Blue) = 78+45+72=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D48 is #B1D2B7. Grayscale: #393939. Windows color (decimal): -11653816 or 4730190. OLE color: 4730190.

HSL color Cylindrical-coordinate representation of color #4E2D48: hue angle of 310.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D48 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 45 72 -
CMYK 0 0.42 0.08 0.69
HSL 310.91º 0.27% 0.24% -
HSV(B) 310.91º 0.42% 0.31% -
XYZ 5.25 3.96 6.62 -
YUV 57.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 78 45 72 0 0.42 0.08 0.69 310.91 0.27 0.24
Hex 4E 2D 48 0 2A 8 45 137 1B 18
Octal 116 55 110 0 52 10 105 467 33 30
Binary 1001110 101101 1001000 0 101010 1000 1000101 100110111 11011 11000

Color Harmonies of #4E2D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2D48

Black with #4E2D48

Text Example


Text Example

White with #4E2D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,45,72); }

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

background-color css

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

 a { background-color: rgb(78,45,72); }

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

border-color css

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

 span { border-color: rgb(78,45,72); }

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