#4B1945

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

Shades of Loulou #4B1945

Tints of Loulou #4B1945

Color information

#4B1945 (or 0x4B1945) is unknown color: approx Loulou. HEX triplet: 4B, 19 and 45. RGB value is (75,25,69). Sum of RGB (Red+Green+Blue) = 75+25+69=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1945 is #B4E6BA. Grayscale: #2C2C2C. Windows color (decimal): -11855547 or 4528459. OLE color: 4528459.

HSL color Cylindrical-coordinate representation of color #4B1945: hue angle of 307.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1945 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB752569-
CMYK00.670.080.71
HSL307.2º50%19.61%-
HSV(B)307.2º66.67%29.41%-
XYZ4.322.625.91-
YUV44.97141.56149.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.38%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=44.38%
G=14.79%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75256900.670.080.71307.25019.61
Hex4B19450438471333214
Octal113311050103101074636224
Binary1001011110011000101010000111000100011110011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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