Html Css Color HEX #4E2C46 Loulou

📋 copy color: '#4E2C46'

red 78 ◦ green 44 ◦ blue 70

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

Shades of Loulou #4E2C46

Tints of Loulou #4E2C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.92%

 BLUE value IS 70 (27.73% from 255) = 36.46%

R = 40.63%
G = 22.92%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E2C46 (or 0x4E2C46) is known color: Loulou. HEX triplet: 4E, 2C and 46. RGB value is (78,44,70). Sum of RGB (Red+Green+Blue) = 78+44+70=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C46 is #B1D3B9. Grayscale: #393939. Windows color (decimal): -11654074 or 4598862. OLE color: 4598862.

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

Color convert

RGB 78 44 70 -
CMYK 0 0.44 0.10 0.69
HSL 314.12º 0.28% 0.24% -
HSV(B) 314.12º 0.44% 0.31% -
XYZ 5.15 3.86 6.27 -
YUV 57.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 78 44 70 0 0.44 0.10 0.69 314.12 0.28 0.24
Hex 4E 2C 46 0 2C A 45 13A 1C 18
Octal 116 54 106 0 54 12 105 472 34 30
Binary 1001110 101100 1000110 0 101100 1010 1000101 100111010 11100 11000

Color Harmonies of #4E2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2C46

Black with #4E2C46

Text Example


Text Example

White with #4E2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,44,70); }

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

background-color css

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

 a { background-color: rgb(78,44,70); }

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

border-color css

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

 span { border-color: rgb(78,44,70); }

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