Html Css Color HEX #4E2948 Loulou

📋 copy color: '#4E2948'

red 78 ◦ green 41 ◦ blue 72

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

Shades of Loulou #4E2948

Tints of Loulou #4E2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 40.84%
G = 21.47%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E2948 (or 0x4E2948) is known color: Loulou. HEX triplet: 4E, 29 and 48. RGB value is (78,41,72). Sum of RGB (Red+Green+Blue) = 78+41+72=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2948 is #B1D6B7. Grayscale: #373737. Windows color (decimal): -11654840 or 4729166. OLE color: 4729166.

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

Color convert

RGB 78 41 72 -
CMYK 0 0.47 0.08 0.69
HSL 309.73º 0.31% 0.23% -
HSV(B) 309.73º 0.47% 0.31% -
XYZ 5.1 3.67 6.57 -
YUV 55.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 78 41 72 0 0.47 0.08 0.69 309.73 0.31 0.23
Hex 4E 29 48 0 2F 8 45 136 1F 17
Octal 116 51 110 0 57 10 105 466 37 27
Binary 1001110 101001 1001000 0 101111 1000 1000101 100110110 11111 10111

Color Harmonies of #4E2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2948

Black with #4E2948

Text Example


Text Example

White with #4E2948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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