Html Css Color HEX #4E0E47 Loulou

📋 copy color: '#4E0E47'

red 78 ◦ green 14 ◦ blue 71

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

Shades of Loulou #4E0E47

Tints of Loulou #4E0E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.59%

 BLUE value IS 71 (28.13% from 255) = 43.56%

R = 47.85%
G = 8.59%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E0E47 (or 0x4E0E47) is known color: Loulou. HEX triplet: 4E, 0E and 47. RGB value is (78,14,71). Sum of RGB (Red+Green+Blue) = 78+14+71=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E47 is #B1F1B8. Grayscale: #272727. Windows color (decimal): -11661753 or 4656718. OLE color: 4656718.

HSL color Cylindrical-coordinate representation of color #4E0E47: hue angle of 306.56º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E47 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 14 71 -
CMYK 0 0.82 0.09 0.69
HSL 306.56º 0.7% 0.18% -
HSV(B) 306.56º 0.82% 0.31% -
XYZ 4.44 2.39 6.19 -
YUV 39.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 78 14 71 0 0.82 0.09 0.69 306.56 0.7 0.18
Hex 4E E 47 0 52 9 45 133 46 12
Octal 116 16 107 0 122 11 105 463 106 22
Binary 1001110 1110 1000111 0 1010010 1001 1000101 100110011 1000110 10010

Color Harmonies of #4E0E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0E47

Black with #4E0E47

Text Example


Text Example

White with #4E0E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,14,71); }

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

background-color css

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

 a { background-color: rgb(78,14,71); }

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

border-color css

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

 span { border-color: rgb(78,14,71); }

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