Html Css Color HEX #4B3346 Loulou

📋 copy color: '#4B3346'

red 75 ◦ green 51 ◦ blue 70

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

Shades of Loulou #4B3346

Tints of Loulou #4B3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 38.27%
G = 26.02%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4B3346 (or 0x4B3346) is known color: Loulou. HEX triplet: 4B, 33 and 46. RGB value is (75,51,70). Sum of RGB (Red+Green+Blue) = 75+51+70=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3346 is #B4CCB9. Grayscale: #3C3C3C. Windows color (decimal): -11848890 or 4600651. OLE color: 4600651.

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

Color convert

RGB 75 51 70 -
CMYK 0 0.32 0.07 0.71
HSL 312.5º 0.19% 0.25% -
HSV(B) 312.5º 0.32% 0.29% -
XYZ 5.19 4.31 6.35 -
YUV 60.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 75 51 70 0 0.32 0.07 0.71 312.5 0.19 0.25
Hex 4B 33 46 0 20 7 47 138 13 19
Octal 113 63 106 0 40 7 107 470 23 31
Binary 1001011 110011 1000110 0 100000 111 1000111 100111000 10011 11001

Color Harmonies of #4B3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3346

Black with #4B3346

Text Example


Text Example

White with #4B3346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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