Html Css Color HEX #4B3245 Loulou

📋 copy color: '#4B3245'

red 75 ◦ green 50 ◦ blue 69

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

Shades of Loulou #4B3245

Tints of Loulou #4B3245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 38.66%
G = 25.77%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4B3245 (or 0x4B3245) is known color: Loulou. HEX triplet: 4B, 32 and 45. RGB value is (75,50,69). Sum of RGB (Red+Green+Blue) = 75+50+69=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3245 is #B4CDBA. Grayscale: #3B3B3B. Windows color (decimal): -11849147 or 4534859. OLE color: 4534859.

HSL color Cylindrical-coordinate representation of color #4B3245: hue angle of 314.4º 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 #4B3245 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 50 69 -
CMYK 0 0.33 0.08 0.71
HSL 314.4º 0.2% 0.25% -
HSV(B) 314.4º 0.33% 0.29% -
XYZ 5.12 4.21 6.17 -
YUV 59.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 75 50 69 0 0.33 0.08 0.71 314.4 0.2 0.25
Hex 4B 32 45 0 21 8 47 13A 14 19
Octal 113 62 105 0 41 10 107 472 24 31
Binary 1001011 110010 1000101 0 100001 1000 1000111 100111010 10100 11001

Color Harmonies of #4B3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3245

Black with #4B3245

Text Example


Text Example

White with #4B3245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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