#4C1347

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

Shades of Loulou #4C1347

Tints of Loulou #4C1347

Color information

#4C1347 (or 0x4C1347) is unknown color: approx Loulou. HEX triplet: 4C, 13 and 47. RGB value is (76,19,71). Sum of RGB (Red+Green+Blue) = 76+19+71=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1347 is #B3ECB8. Grayscale: #292929. Windows color (decimal): -11791545 or 4657996. OLE color: 4657996.

HSL color Cylindrical-coordinate representation of color #4C1347: hue angle of 305.26º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1347 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB761971-
CMYK00.750.070.70
HSL305.26º60%18.63%-
HSV(B)305.26º75%29.8%-
XYZ4.352.466.21-
YUV41.97144.38152.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=45.78%
G=11.45%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76197100.750.070.70305.266018.63
Hex4C134704B7461313c13
Octal11423107011371064617423
Binary100110010011100011101001011111100011010011000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,71); }

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

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

 a { background-color: rgb(76,19,71); }

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

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

 span { border-color: rgb(76,19,71); }

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