#4B374A

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

Shades of Loulou #4B374A

Tints of Loulou #4B374A

Color information

#4B374A (or 0x4B374A) is unknown color: approx Loulou. HEX triplet: 4B, 37 and 4A. RGB value is (75,55,74). Sum of RGB (Red+Green+Blue) = 75+55+74=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B374A is #B4C8B5. Grayscale: #3F3F3F. Windows color (decimal): -11847862 or 4863819. OLE color: 4863819.

HSL color Cylindrical-coordinate representation of color #4B374A: hue angle of 303º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B374A is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB755574-
CMYK00.270.010.71
HSL303º15.38%25.49%-
HSV(B)303º26.67%29.41%-
XYZ5.54.727.1-
YUV63.15134.13136.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=36.76%
G=26.96%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75557400.270.010.7130315.3825.49
Hex4B374A01B14712ff19
Octal1136711203311074571731
Binary1001011110111100101001101111000111100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,74); }

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

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

 a { background-color: rgb(75,55,74); }

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

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

 span { border-color: rgb(75,55,74); }

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