Html Css Color HEX #4E384A Loulou

📋 copy color: '#4E384A'

red 78 ◦ green 56 ◦ blue 74

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

Shades of Loulou #4E384A

Tints of Loulou #4E384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 37.5%
G = 26.92%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E384A (or 0x4E384A) is known color: Loulou. HEX triplet: 4E, 38 and 4A. RGB value is (78,56,74). Sum of RGB (Red+Green+Blue) = 78+56+74=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E384A is #B1C7B5. Grayscale: #404040. Windows color (decimal): -11650998 or 4864078. OLE color: 4864078.

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

Color convert

RGB 78 56 74 -
CMYK 0 0.28 0.05 0.69
HSL 310.91º 0.16% 0.26% -
HSV(B) 310.91º 0.28% 0.31% -
XYZ 5.79 4.94 7.13 -
YUV 64.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 78 56 74 0 0.28 0.05 0.69 310.91 0.16 0.26
Hex 4E 38 4A 0 1C 5 45 137 10 1A
Octal 116 70 112 0 34 5 105 467 20 32
Binary 1001110 111000 1001010 0 11100 101 1000101 100110111 10000 11010

Color Harmonies of #4E384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E384A

Black with #4E384A

Text Example


Text Example

White with #4E384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,74); }

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

background-color css

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

 a { background-color: rgb(78,56,74); }

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

border-color css

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

 span { border-color: rgb(78,56,74); }

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