Html Css Color HEX #4E3246 Loulou

📋 copy color: '#4E3246'

red 78 ◦ green 50 ◦ blue 70

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

Shades of Loulou #4E3246

Tints of Loulou #4E3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 39.39%
G = 25.25%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E3246 (or 0x4E3246) is known color: Loulou. HEX triplet: 4E, 32 and 46. RGB value is (78,50,70). Sum of RGB (Red+Green+Blue) = 78+50+70=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3246 is #B1CDB9. Grayscale: #3C3C3C. Windows color (decimal): -11652538 or 4600398. OLE color: 4600398.

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

Color convert

RGB 78 50 70 -
CMYK 0 0.36 0.10 0.69
HSL 317.14º 0.22% 0.25% -
HSV(B) 317.14º 0.36% 0.31% -
XYZ 5.39 4.34 6.35 -
YUV 60.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 78 50 70 0 0.36 0.10 0.69 317.14 0.22 0.25
Hex 4E 32 46 0 24 A 45 13D 16 19
Octal 116 62 106 0 44 12 105 475 26 31
Binary 1001110 110010 1000110 0 100100 1010 1000101 100111101 10110 11001

Color Harmonies of #4E3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3246

Black with #4E3246

Text Example


Text Example

White with #4E3246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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