Html Css Color HEX #4E2246 Loulou

📋 copy color: '#4E2246'

red 78 ◦ green 34 ◦ blue 70

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

Shades of Loulou #4E2246

Tints of Loulou #4E2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 42.86%
G = 18.68%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E2246 (or 0x4E2246) is known color: Loulou. HEX triplet: 4E, 22 and 46. RGB value is (78,34,70). Sum of RGB (Red+Green+Blue) = 78+34+70=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2246 is #B1DDB9. Grayscale: #333333. Windows color (decimal): -11656634 or 4596302. OLE color: 4596302.

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

Color convert

RGB 78 34 70 -
CMYK 0 0.56 0.10 0.69
HSL 310.91º 0.39% 0.22% -
HSV(B) 310.91º 0.56% 0.31% -
XYZ 4.82 3.21 6.16 -
YUV 51.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 78 34 70 0 0.56 0.10 0.69 310.91 0.39 0.22
Hex 4E 22 46 0 38 A 45 137 27 16
Octal 116 42 106 0 70 12 105 467 47 26
Binary 1001110 100010 1000110 0 111000 1010 1000101 100110111 100111 10110

Color Harmonies of #4E2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2246

Black with #4E2246

Text Example


Text Example

White with #4E2246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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