#4B2049

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

Shades of Loulou #4B2049

Tints of Loulou #4B2049

Color information

#4B2049 (or 0x4B2049) is unknown color: approx Loulou. HEX triplet: 4B, 20 and 49. RGB value is (75,32,73). Sum of RGB (Red+Green+Blue) = 75+32+73=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2049 is #B4DFB6. Grayscale: #313131. Windows color (decimal): -11853751 or 4792395. OLE color: 4792395.

HSL color Cylindrical-coordinate representation of color #4B2049: hue angle of 302.79º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2049 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB753273-
CMYK00.570.030.71
HSL302.79º40.19%20.98%-
HSV(B)302.79º57.33%29.41%-
XYZ4.623.016.64-
YUV49.53141.25146.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=41.67%
G=17.78%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75327300.570.030.71302.7940.1920.98
Hex4B204903934712f2815
Octal1134011107131074575025
Binary10010111000001001001011100111100011110010111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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