#4B2744

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

Shades of Loulou #4B2744

Tints of Loulou #4B2744

Color information

#4B2744 (or 0x4B2744) is unknown color: approx Loulou. HEX triplet: 4B, 27 and 44. RGB value is (75,39,68). Sum of RGB (Red+Green+Blue) = 75+39+68=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2744 is #B4D8BB. Grayscale: #343434. Windows color (decimal): -11851964 or 4466507. OLE color: 4466507.

HSL color Cylindrical-coordinate representation of color #4B2744: hue angle of 311.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2744 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB753968-
CMYK00.480.090.71
HSL311.67º31.58%22.35%-
HSV(B)311.67º48%29.41%-
XYZ4.673.365.87-
YUV53.07136.43143.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=41.21%
G=21.43%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75396800.480.090.71311.6731.5822.35
Hex4B27440309471382016
Octal11347104060111074704026
Binary1001011100111100010001100001001100011110011100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,68); }

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

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

 a { background-color: rgb(75,39,68); }

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

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

 span { border-color: rgb(75,39,68); }

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