#4E1848

Color #4E1848 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4E1848

Tints of Loulou #4E1848

Color information

#4E1848 (or 0x4E1848) is unknown color: approx Loulou. HEX triplet: 4E, 18 and 48. RGB value is (78,24,72). Sum of RGB (Red+Green+Blue) = 78+24+72=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1848 is #B1E7B7. Grayscale: #2D2D2D. Windows color (decimal): -11659192 or 4724814. OLE color: 4724814.

HSL color Cylindrical-coordinate representation of color #4E1848: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1848 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB782472-
CMYK00.690.080.69
HSL306.67º52.94%20%-
HSV(B)306.67º69.23%30.59%-
XYZ4.642.746.42-
YUV45.62142.89151.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=44.83%
G=13.79%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78247200.690.080.69306.6752.9420
Hex4E18480458451333514
Octal116301100105101054636524
Binary1001110110001001000010001011000100010110011001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1848;
 }
 .AnyTagClassName
 {
   color: #4E1848;
 }
</style>
background-color css

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

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

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

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

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

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