#4C1945

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

Shades of Loulou #4C1945

Tints of Loulou #4C1945

Color information

#4C1945 (or 0x4C1945) is unknown color: approx Loulou. HEX triplet: 4C, 19 and 45. RGB value is (76,25,69). Sum of RGB (Red+Green+Blue) = 76+25+69=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1945 is #B3E6BA. Grayscale: #2D2D2D. Windows color (decimal): -11790011 or 4528460. OLE color: 4528460.

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

Color convert

RGB762569-
CMYK00.670.090.70
HSL308.24º50.5%19.8%-
HSV(B)308.24º67.11%29.8%-
XYZ4.42.665.91-
YUV45.26141.4149.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.71%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=44.71%
G=14.71%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76256900.670.090.70308.2450.519.8
Hex4C19450439461343214
Octal114311050103111064646224
Binary1001100110011000101010000111001100011010011010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,25,69); }

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

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

 a { background-color: rgb(76,25,69); }

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

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

 span { border-color: rgb(76,25,69); }

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