Html Css Color HEX #4E2B42 Loulou

📋 copy color: '#4E2B42'

red 78 ◦ green 43 ◦ blue 66

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

Shades of Loulou #4E2B42

Tints of Loulou #4E2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 41.71%
G = 22.99%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E2B42 (or 0x4E2B42) is known color: Loulou. HEX triplet: 4E, 2B and 42. RGB value is (78,43,66). Sum of RGB (Red+Green+Blue) = 78+43+66=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B42 is #B1D4BD. Grayscale: #383838. Windows color (decimal): -11654334 or 4336462. OLE color: 4336462.

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

Color convert

RGB 78 43 66 -
CMYK 0 0.45 0.15 0.69
HSL 320.57º 0.29% 0.24% -
HSV(B) 320.57º 0.45% 0.31% -
XYZ 4.99 3.74 5.61 -
YUV 56.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 78 43 66 0 0.45 0.15 0.69 320.57 0.29 0.24
Hex 4E 2B 42 0 2D F 45 141 1D 18
Octal 116 53 102 0 55 17 105 501 35 30
Binary 1001110 101011 1000010 0 101101 1111 1000101 101000001 11101 11000

Color Harmonies of #4E2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B42

Black with #4E2B42

Text Example


Text Example

White with #4E2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,66); }

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

background-color css

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

 a { background-color: rgb(78,43,66); }

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

border-color css

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

 span { border-color: rgb(78,43,66); }

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