#4D1046

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

Shades of Loulou #4D1046

Tints of Loulou #4D1046

Color information

#4D1046 (or 0x4D1046) is unknown color: approx Loulou. HEX triplet: 4D, 10 and 46. RGB value is (77,16,70). Sum of RGB (Red+Green+Blue) = 77+16+70=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1046 is #B2EFB9. Grayscale: #282828. Windows color (decimal): -11726778 or 4591693. OLE color: 4591693.

HSL color Cylindrical-coordinate representation of color #4D1046: hue angle of 306.89º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1046 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB771670-
CMYK00.790.090.70
HSL306.89º65.59%18.24%-
HSV(B)306.89º79.22%30.2%-
XYZ4.352.396.03-
YUV40.39144.71154.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.24%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=47.24%
G=9.82%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77167000.790.090.70306.8965.5918.24
Hex4D104604F9461334212
Octal1152010601171110646310222
Binary10011011000010001100100111110011000110100110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,16,70); }

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

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

 a { background-color: rgb(77,16,70); }

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

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

 span { border-color: rgb(77,16,70); }

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