Html Css Color HEX #4E1144 Loulou

📋 copy color: '#4E1144'

red 78 ◦ green 17 ◦ blue 68

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

Shades of Loulou #4E1144

Tints of Loulou #4E1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.72%

R = 47.85%
G = 10.43%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E1144 (or 0x4E1144) is known color: Loulou. HEX triplet: 4E, 11 and 44. RGB value is (78,17,68). Sum of RGB (Red+Green+Blue) = 78+17+68=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1144 is #B1EEBB. Grayscale: #282828. Windows color (decimal): -11660988 or 4460878. OLE color: 4460878.

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

Color convert

RGB 78 17 68 -
CMYK 0 0.78 0.13 0.69
HSL 309.84º 0.64% 0.19% -
HSV(B) 309.84º 0.78% 0.31% -
XYZ 4.39 2.44 5.71 -
YUV 41.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 78 17 68 0 0.78 0.13 0.69 309.84 0.64 0.19
Hex 4E 11 44 0 4E D 45 136 40 13
Octal 116 21 104 0 116 15 105 466 100 23
Binary 1001110 10001 1000100 0 1001110 1101 1000101 100110110 1000000 10011

Color Harmonies of #4E1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1144

Black with #4E1144

Text Example


Text Example

White with #4E1144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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