#4E274B

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

Shades of Loulou #4E274B

Tints of Loulou #4E274B

Color information

#4E274B (or 0x4E274B) is unknown color: approx Loulou. HEX triplet: 4E, 27 and 4B. RGB value is (78,39,75). Sum of RGB (Red+Green+Blue) = 78+39+75=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E274B is #B1D8B4. Grayscale: #363636. Windows color (decimal): -11655349 or 4925262. OLE color: 4925262.

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

Color convert

RGB783975-
CMYK00.500.040.69
HSL304.62º33.33%22.94%-
HSV(B)304.62º50%30.59%-
XYZ5.143.587.08-
YUV54.76139.42144.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=40.62%
G=20.31%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78397500.500.040.69304.6233.3322.94
Hex4E274B0324451312117
Octal1164711306241054614127
Binary100111010011110010110110010100100010110011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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