Html Css Color HEX #4E1149 Loulou

📋 copy color: '#4E1149'

red 78 ◦ green 17 ◦ blue 73

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

Shades of Loulou #4E1149

Tints of Loulou #4E1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 46.43%
G = 10.12%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E1149 (or 0x4E1149) is known color: Loulou. HEX triplet: 4E, 11 and 49. RGB value is (78,17,73). Sum of RGB (Red+Green+Blue) = 78+17+73=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1149 is #B1EEB6. Grayscale: #292929. Windows color (decimal): -11660983 or 4788558. OLE color: 4788558.

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

Color convert

RGB 78 17 73 -
CMYK 0 0.78 0.06 0.69
HSL 304.92º 0.64% 0.19% -
HSV(B) 304.92º 0.78% 0.31% -
XYZ 4.54 2.5 6.55 -
YUV 41.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 78 17 73 0 0.78 0.06 0.69 304.92 0.64 0.19
Hex 4E 11 49 0 4E 6 45 131 40 13
Octal 116 21 111 0 116 6 105 461 100 23
Binary 1001110 10001 1001001 0 1001110 110 1000101 100110001 1000000 10011

Color Harmonies of #4E1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1149

Black with #4E1149

Text Example


Text Example

White with #4E1149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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