Html Css Color HEX #4E1D47 Loulou

📋 copy color: '#4E1D47'

red 78 ◦ green 29 ◦ blue 71

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

Shades of Loulou #4E1D47

Tints of Loulou #4E1D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 43.82%
G = 16.29%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E1D47 (or 0x4E1D47) is known color: Loulou. HEX triplet: 4E, 1D and 47. RGB value is (78,29,71). Sum of RGB (Red+Green+Blue) = 78+29+71=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D47 is #B1E2B8. Grayscale: #303030. Windows color (decimal): -11657913 or 4660558. OLE color: 4660558.

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

Color convert

RGB 78 29 71 -
CMYK 0 0.63 0.09 0.69
HSL 308.57º 0.46% 0.21% -
HSV(B) 308.57º 0.63% 0.31% -
XYZ 4.72 2.95 6.28 -
YUV 48.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 78 29 71 0 0.63 0.09 0.69 308.57 0.46 0.21
Hex 4E 1D 47 0 3F 9 45 135 2E 15
Octal 116 35 107 0 77 11 105 465 56 25
Binary 1001110 11101 1000111 0 111111 1001 1000101 100110101 101110 10101

Color Harmonies of #4E1D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D47

Black with #4E1D47

Text Example


Text Example

White with #4E1D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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