Html Css Color HEX #4E2A48 Loulou

📋 copy color: '#4E2A48'

red 78 ◦ green 42 ◦ blue 72

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

Shades of Loulou #4E2A48

Tints of Loulou #4E2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

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

R = 40.63%
G = 21.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E2A48 (or 0x4E2A48) is known color: Loulou. HEX triplet: 4E, 2A and 48. RGB value is (78,42,72). Sum of RGB (Red+Green+Blue) = 78+42+72=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A48 is #B1D5B7. Grayscale: #383838. Windows color (decimal): -11654584 or 4729422. OLE color: 4729422.

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

Color convert

RGB 78 42 72 -
CMYK 0 0.46 0.08 0.69
HSL 310º 0.3% 0.24% -
HSV(B) 310º 0.46% 0.31% -
XYZ 5.14 3.74 6.58 -
YUV 56.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 78 42 72 0 0.46 0.08 0.69 310 0.3 0.24
Hex 4E 2A 48 0 2E 8 45 136 1E 18
Octal 116 52 110 0 56 10 105 466 36 30
Binary 1001110 101010 1001000 0 101110 1000 1000101 100110110 11110 11000

Color Harmonies of #4E2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2A48

Black with #4E2A48

Text Example


Text Example

White with #4E2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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