Html Css Color HEX #4E2F48 Loulou

📋 copy color: '#4E2F48'

red 78 ◦ green 47 ◦ blue 72

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

Shades of Loulou #4E2F48

Tints of Loulou #4E2F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 39.59%
G = 23.86%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4E2F48 (or 0x4E2F48) is known color: Loulou. HEX triplet: 4E, 2F and 48. RGB value is (78,47,72). Sum of RGB (Red+Green+Blue) = 78+47+72=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F48 is #B1D0B7. Grayscale: #3B3B3B. Windows color (decimal): -11653304 or 4730702. OLE color: 4730702.

HSL color Cylindrical-coordinate representation of color #4E2F48: hue angle of 311.61º 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 #4E2F48 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 47 72 -
CMYK 0 0.40 0.08 0.69
HSL 311.61º 0.25% 0.25% -
HSV(B) 311.61º 0.4% 0.31% -
XYZ 5.33 4.12 6.65 -
YUV 59.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 78 47 72 0 0.40 0.08 0.69 311.61 0.25 0.25
Hex 4E 2F 48 0 28 8 45 138 19 19
Octal 116 57 110 0 50 10 105 470 31 31
Binary 1001110 101111 1001000 0 101000 1000 1000101 100111000 11001 11001

Color Harmonies of #4E2F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2F48

Black with #4E2F48

Text Example


Text Example

White with #4E2F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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