#4B2547

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

Shades of Loulou #4B2547

Tints of Loulou #4B2547

Color information

#4B2547 (or 0x4B2547) is unknown color: approx Loulou. HEX triplet: 4B, 25 and 47. RGB value is (75,37,71). Sum of RGB (Red+Green+Blue) = 75+37+71=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2547 is #B4DAB8. Grayscale: #343434. Windows color (decimal): -11852473 or 4662603. OLE color: 4662603.

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

Color convert

RGB753771-
CMYK00.510.050.71
HSL306.32º33.93%21.96%-
HSV(B)306.32º50.67%29.41%-
XYZ4.73.276.35-
YUV52.24138.59144.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=40.98%
G=20.22%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75377100.510.050.71306.3233.9321.96
Hex4B25470335471322216
Octal1134510706351074624226
Binary100101110010110001110110011101100011110011001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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