Html Css Color HEX #4E2049 Loulou

📋 copy color: '#4E2049'

red 78 ◦ green 32 ◦ blue 73

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

Shades of Loulou #4E2049

Tints of Loulou #4E2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 42.62%
G = 17.49%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E2049 (or 0x4E2049) is known color: Loulou. HEX triplet: 4E, 20 and 49. RGB value is (78,32,73). Sum of RGB (Red+Green+Blue) = 78+32+73=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2049 is #B1DFB6. Grayscale: #323232. Windows color (decimal): -11657143 or 4792398. OLE color: 4792398.

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

Color convert

RGB 78 32 73 -
CMYK 0 0.59 0.06 0.69
HSL 306.52º 0.42% 0.22% -
HSV(B) 306.52º 0.59% 0.31% -
XYZ 4.86 3.13 6.65 -
YUV 50.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 78 32 73 0 0.59 0.06 0.69 306.52 0.42 0.22
Hex 4E 20 49 0 3B 6 45 133 2A 16
Octal 116 40 111 0 73 6 105 463 52 26
Binary 1001110 100000 1001001 0 111011 110 1000101 100110011 101010 10110

Color Harmonies of #4E2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2049

Black with #4E2049

Text Example


Text Example

White with #4E2049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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