Html Css Color HEX #4E1444 Loulou

📋 copy color: '#4E1444'

red 78 ◦ green 20 ◦ blue 68

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

Shades of Loulou #4E1444

Tints of Loulou #4E1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 46.99%
G = 12.05%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E1444 (or 0x4E1444) is known color: Loulou. HEX triplet: 4E, 14 and 44. RGB value is (78,20,68). Sum of RGB (Red+Green+Blue) = 78+20+68=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1444 is #B1EBBB. Grayscale: #2A2A2A. Windows color (decimal): -11660220 or 4461646. OLE color: 4461646.

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

Color convert

RGB 78 20 68 -
CMYK 0 0.74 0.13 0.69
HSL 310.34º 0.59% 0.19% -
HSV(B) 310.34º 0.74% 0.31% -
XYZ 4.44 2.54 5.72 -
YUV 42.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 78 20 68 0 0.74 0.13 0.69 310.34 0.59 0.19
Hex 4E 14 44 0 4A D 45 136 3B 13
Octal 116 24 104 0 112 15 105 466 73 23
Binary 1001110 10100 1000100 0 1001010 1101 1000101 100110110 111011 10011

Color Harmonies of #4E1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1444

Black with #4E1444

Text Example


Text Example

White with #4E1444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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