Html Css Color HEX #4B2946 Loulou

📋 copy color: '#4B2946'

red 75 ◦ green 41 ◦ blue 70

#4B2946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #4B2946

Tints of Loulou #4B2946

RGB

 RED value IS 75 (29.69% from 255) = 40.32%

 GREEN value IS 41 (16.41% from 255) = 22.04%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 40.32%
G = 22.04%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4B2946 (or 0x4B2946) is known color: Loulou. HEX triplet: 4B, 29 and 46. RGB value is (75,41,70). Sum of RGB (Red+Green+Blue) = 75+41+70=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2946 is #B4D6B9. Grayscale: #363636. Windows color (decimal): -11851450 or 4598091. OLE color: 4598091.

HSL color Cylindrical-coordinate representation of color #4B2946: hue angle of 308.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B2946 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 41 70 -
CMYK 0 0.45 0.07 0.71
HSL 308.82º 0.29% 0.23% -
HSV(B) 308.82º 0.45% 0.29% -
XYZ 4.8 3.52 6.22 -
YUV 54.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 75 41 70 0 0.45 0.07 0.71 308.82 0.29 0.23
Hex 4B 29 46 0 2D 7 47 135 1D 17
Octal 113 51 106 0 55 7 107 465 35 27
Binary 1001011 101001 1000110 0 101101 111 1000111 100110101 11101 10111

Color Harmonies of #4B2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2946

Black with #4B2946

Text Example


Text Example

White with #4B2946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,41,70); }

 H1.HeaderClassName
 {
   color: #4B2946;
 }
 .AnyTagClassName
 {
   color: #4B2946;
 }
</style>

background-color css

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

 a { background-color: rgb(75,41,70); }

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

border-color css

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

 span { border-color: rgb(75,41,70); }

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