#4B2045

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

Shades of Loulou #4B2045

Tints of Loulou #4B2045

Color information

#4B2045 (or 0x4B2045) is unknown color: approx Loulou. HEX triplet: 4B, 20 and 45. RGB value is (75,32,69). Sum of RGB (Red+Green+Blue) = 75+32+69=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2045 is #B4DFBA. Grayscale: #303030. Windows color (decimal): -11853755 or 4530251. OLE color: 4530251.

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

Color convert

RGB753269-
CMYK00.570.080.71
HSL308.37º40.19%20.98%-
HSV(B)308.37º57.33%29.41%-
XYZ4.492.965.96-
YUV49.08139.25146.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=42.61%
G=18.18%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75326900.570.080.71308.3740.1920.98
Hex4B20450398471342815
Octal11340105071101074645025
Binary1001011100000100010101110011000100011110011010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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