#4E284B

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

Shades of Loulou #4E284B

Tints of Loulou #4E284B

Color information

#4E284B (or 0x4E284B) is unknown color: approx Loulou. HEX triplet: 4E, 28 and 4B. RGB value is (78,40,75). Sum of RGB (Red+Green+Blue) = 78+40+75=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E284B is #B1D7B4. Grayscale: #373737. Windows color (decimal): -11655093 or 4925518. OLE color: 4925518.

HSL color Cylindrical-coordinate representation of color #4E284B: hue angle of 304.74º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E284B is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB784075-
CMYK00.490.040.69
HSL304.74º32.2%23.14%-
HSV(B)304.74º48.72%30.59%-
XYZ5.173.657.09-
YUV55.35139.09144.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=40.41%
G=20.73%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78407500.490.040.69304.7432.223.14
Hex4E284B0314451312017
Octal1165011306141054614027
Binary100111010100010010110110001100100010110011000110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,75); }

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

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

 a { background-color: rgb(78,40,75); }

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

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

 span { border-color: rgb(78,40,75); }

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