Html Css Color HEX #4E0E46 Loulou

📋 copy color: '#4E0E46'

red 78 ◦ green 14 ◦ blue 70

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

Shades of Loulou #4E0E46

Tints of Loulou #4E0E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.64%

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

R = 48.15%
G = 8.64%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E0E46 (or 0x4E0E46) is known color: Loulou. HEX triplet: 4E, 0E and 46. RGB value is (78,14,70). Sum of RGB (Red+Green+Blue) = 78+14+70=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E46 is #B1F1B9. Grayscale: #272727. Windows color (decimal): -11661754 or 4591182. OLE color: 4591182.

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

Color convert

RGB 78 14 70 -
CMYK 0 0.82 0.10 0.69
HSL 307.5º 0.7% 0.18% -
HSV(B) 307.5º 0.82% 0.31% -
XYZ 4.4 2.38 6.02 -
YUV 39.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 78 14 70 0 0.82 0.10 0.69 307.5 0.7 0.18
Hex 4E E 46 0 52 A 45 134 46 12
Octal 116 16 106 0 122 12 105 464 106 22
Binary 1001110 1110 1000110 0 1010010 1010 1000101 100110100 1000110 10010

Color Harmonies of #4E0E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0E46

Black with #4E0E46

Text Example


Text Example

White with #4E0E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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