Html Css Color HEX #4E194A Loulou

📋 copy color: '#4E194A'

red 78 ◦ green 25 ◦ blue 74

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

Shades of Loulou #4E194A

Tints of Loulou #4E194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 44.07%
G = 14.12%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E194A (or 0x4E194A) is known color: Loulou. HEX triplet: 4E, 19 and 4A. RGB value is (78,25,74). Sum of RGB (Red+Green+Blue) = 78+25+74=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E194A is #B1E6B5. Grayscale: #2E2E2E. Windows color (decimal): -11658934 or 4856142. OLE color: 4856142.

HSL color Cylindrical-coordinate representation of color #4E194A: hue angle of 304.53º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E194A is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 25 74 -
CMYK 0 0.68 0.05 0.69
HSL 304.53º 0.51% 0.2% -
HSV(B) 304.53º 0.68% 0.31% -
XYZ 4.73 2.81 6.77 -
YUV 46.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 78 25 74 0 0.68 0.05 0.69 304.53 0.51 0.2
Hex 4E 19 4A 0 44 5 45 131 33 14
Octal 116 31 112 0 104 5 105 461 63 24
Binary 1001110 11001 1001010 0 1000100 101 1000101 100110001 110011 10100

Color Harmonies of #4E194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E194A

Black with #4E194A

Text Example


Text Example

White with #4E194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,74); }

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

background-color css

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

 a { background-color: rgb(78,25,74); }

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

border-color css

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

 span { border-color: rgb(78,25,74); }

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