#4E304B

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

Shades of Loulou #4E304B

Tints of Loulou #4E304B

Color information

#4E304B (or 0x4E304B) is unknown color: approx Loulou. HEX triplet: 4E, 30 and 4B. RGB value is (78,48,75). Sum of RGB (Red+Green+Blue) = 78+48+75=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E304B is #B1CFB4. Grayscale: #3B3B3B. Windows color (decimal): -11653045 or 4927566. OLE color: 4927566.

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

Color convert

RGB784875-
CMYK00.380.040.69
HSL306º23.81%24.71%-
HSV(B)306º38.46%30.59%-
XYZ5.474.247.19-
YUV60.05136.44140.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.81%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=38.81%
G=23.88%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78487500.380.040.6930623.8124.71
Hex4E304B0264451321819
Octal1166011304641054623031
Binary10011101100001001011010011010010001011001100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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