Html Css Color HEX #4E2F46 Loulou

📋 copy color: '#4E2F46'

red 78 ◦ green 47 ◦ blue 70

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

Shades of Loulou #4E2F46

Tints of Loulou #4E2F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 40%
G = 24.1%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E2F46 (or 0x4E2F46) is known color: Loulou. HEX triplet: 4E, 2F and 46. RGB value is (78,47,70). Sum of RGB (Red+Green+Blue) = 78+47+70=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F46 is #B1D0B9. Grayscale: #3A3A3A. Windows color (decimal): -11653306 or 4599630. OLE color: 4599630.

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

Color convert

RGB 78 47 70 -
CMYK 0 0.40 0.10 0.69
HSL 315.48º 0.25% 0.25% -
HSV(B) 315.48º 0.4% 0.31% -
XYZ 5.26 4.09 6.31 -
YUV 58.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 78 47 70 0 0.40 0.10 0.69 315.48 0.25 0.25
Hex 4E 2F 46 0 28 A 45 13B 19 19
Octal 116 57 106 0 50 12 105 473 31 31
Binary 1001110 101111 1000110 0 101000 1010 1000101 100111011 11001 11001

Color Harmonies of #4E2F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2F46

Black with #4E2F46

Text Example


Text Example

White with #4E2F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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