#4D264A

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

Shades of Loulou #4D264A

Tints of Loulou #4D264A

Color information

#4D264A (or 0x4D264A) is unknown color: approx Loulou. HEX triplet: 4D, 26 and 4A. RGB value is (77,38,74). Sum of RGB (Red+Green+Blue) = 77+38+74=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D264A is #B2D9B5. Grayscale: #353535. Windows color (decimal): -11721142 or 4859469. OLE color: 4859469.

HSL color Cylindrical-coordinate representation of color #4D264A: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D264A is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB773874-
CMYK00.510.040.70
HSL304.62º33.91%22.55%-
HSV(B)304.62º50.65%30.2%-
XYZ4.993.466.88-
YUV53.76139.42144.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=40.74%
G=20.11%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77387400.510.040.70304.6233.9122.55
Hex4D264A0334461312217
Octal1154611206341064614227
Binary100110110011010010100110011100100011010011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,74); }

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

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

 a { background-color: rgb(77,38,74); }

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

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

 span { border-color: rgb(77,38,74); }

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