Html Css Color HEX #4B3244 Loulou

📋 copy color: '#4B3244'

red 75 ◦ green 50 ◦ blue 68

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

Shades of Loulou #4B3244

Tints of Loulou #4B3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 38.86%
G = 25.91%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4B3244 (or 0x4B3244) is known color: Loulou. HEX triplet: 4B, 32 and 44. RGB value is (75,50,68). Sum of RGB (Red+Green+Blue) = 75+50+68=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3244 is #B4CDBB. Grayscale: #3B3B3B. Windows color (decimal): -11849148 or 4469323. OLE color: 4469323.

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

Color convert

RGB 75 50 68 -
CMYK 0 0.33 0.09 0.71
HSL 316.8º 0.2% 0.25% -
HSV(B) 316.8º 0.33% 0.29% -
XYZ 5.09 4.19 6.01 -
YUV 59.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 75 50 68 0 0.33 0.09 0.71 316.8 0.2 0.25
Hex 4B 32 44 0 21 9 47 13D 14 19
Octal 113 62 104 0 41 11 107 475 24 31
Binary 1001011 110010 1000100 0 100001 1001 1000111 100111101 10100 11001

Color Harmonies of #4B3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3244

Black with #4B3244

Text Example


Text Example

White with #4B3244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,68); }

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

background-color css

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

 a { background-color: rgb(75,50,68); }

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

border-color css

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

 span { border-color: rgb(75,50,68); }

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