#4B2546

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

Shades of Loulou #4B2546

Tints of Loulou #4B2546

Color information

#4B2546 (or 0x4B2546) is unknown color: approx Loulou. HEX triplet: 4B, 25 and 46. RGB value is (75,37,70). Sum of RGB (Red+Green+Blue) = 75+37+70=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2546 is #B4DAB9. Grayscale: #343434. Windows color (decimal): -11852474 or 4597067. OLE color: 4597067.

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

Color convert

RGB753770-
CMYK00.510.070.71
HSL307.89º33.93%21.96%-
HSV(B)307.89º50.67%29.41%-
XYZ4.673.266.18-
YUV52.12138.09144.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=41.21%
G=20.33%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75377000.510.070.71307.8933.9321.96
Hex4B25460337471342216
Octal1134510606371074644226
Binary100101110010110001100110011111100011110011010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,70); }

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

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

 a { background-color: rgb(75,37,70); }

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

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

 span { border-color: rgb(75,37,70); }

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