Html Css Color HEX #4E2E4C Loulou

📋 copy color: '#4E2E4C'

red 78 ◦ green 46 ◦ blue 76

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

Shades of Loulou #4E2E4C

Tints of Loulou #4E2E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 39%
G = 23%
B = 38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E2E4C (or 0x4E2E4C) is known color: Loulou. HEX triplet: 4E, 2E and 4C. RGB value is (78,46,76). Sum of RGB (Red+Green+Blue) = 78+46+76=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E4C is #B1D1B3. Grayscale: #3A3A3A. Windows color (decimal): -11653556 or 4992590. OLE color: 4992590.

HSL color Cylindrical-coordinate representation of color #4E2E4C: hue angle of 303.75º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E4C is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 46 76 -
CMYK 0 0.41 0.03 0.69
HSL 303.75º 0.26% 0.24% -
HSV(B) 303.75º 0.41% 0.31% -
XYZ 5.42 4.1 7.34 -
YUV 58.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 78 46 76 0 0.41 0.03 0.69 303.75 0.26 0.24
Hex 4E 2E 4C 0 29 3 45 130 1A 18
Octal 116 56 114 0 51 3 105 460 32 30
Binary 1001110 101110 1001100 0 101001 11 1000101 100110000 11010 11000

Color Harmonies of #4E2E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2E4C

Black with #4E2E4C

Text Example


Text Example

White with #4E2E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,76); }

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

background-color css

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

 a { background-color: rgb(78,46,76); }

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

border-color css

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

 span { border-color: rgb(78,46,76); }

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