Html Css Color HEX #4E2949 Loulou

📋 copy color: '#4E2949'

red 78 ◦ green 41 ◦ blue 73

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

Shades of Loulou #4E2949

Tints of Loulou #4E2949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 40.63%
G = 21.35%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E2949 (or 0x4E2949) is known color: Loulou. HEX triplet: 4E, 29 and 49. RGB value is (78,41,73). Sum of RGB (Red+Green+Blue) = 78+41+73=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2949 is #B1D6B6. Grayscale: #373737. Windows color (decimal): -11654839 or 4794702. OLE color: 4794702.

HSL color Cylindrical-coordinate representation of color #4E2949: hue angle of 308.11º 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 #4E2949 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 41 73 -
CMYK 0 0.47 0.06 0.69
HSL 308.11º 0.31% 0.23% -
HSV(B) 308.11º 0.47% 0.31% -
XYZ 5.14 3.69 6.74 -
YUV 55.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 78 41 73 0 0.47 0.06 0.69 308.11 0.31 0.23
Hex 4E 29 49 0 2F 6 45 134 1F 17
Octal 116 51 111 0 57 6 105 464 37 27
Binary 1001110 101001 1001001 0 101111 110 1000101 100110100 11111 10111

Color Harmonies of #4E2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2949

Black with #4E2949

Text Example


Text Example

White with #4E2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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