#4B2549

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

Shades of Loulou #4B2549

Tints of Loulou #4B2549

Color information

#4B2549 (or 0x4B2549) is unknown color: approx Loulou. HEX triplet: 4B, 25 and 49. RGB value is (75,37,73). Sum of RGB (Red+Green+Blue) = 75+37+73=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2549 is #B4DAB6. Grayscale: #343434. Windows color (decimal): -11852471 or 4793675. OLE color: 4793675.

HSL color Cylindrical-coordinate representation of color #4B2549: hue angle of 303.16º 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 #4B2549 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB753773-
CMYK00.510.030.71
HSL303.16º33.93%21.96%-
HSV(B)303.16º50.67%29.41%-
XYZ4.773.36.69-
YUV52.47139.59144.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=40.54%
G=20%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75377300.510.030.71303.1633.9321.96
Hex4B254903334712f2216
Octal1134511106331074574226
Binary10010111001011001001011001111100011110010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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