Html Css Color HEX #4B3345 Loulou

📋 copy color: '#4B3345'

red 75 ◦ green 51 ◦ blue 69

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

Shades of Loulou #4B3345

Tints of Loulou #4B3345

RGB

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

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

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

R = 38.46%
G = 26.15%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4B3345 (or 0x4B3345) is known color: Loulou. HEX triplet: 4B, 33 and 45. RGB value is (75,51,69). Sum of RGB (Red+Green+Blue) = 75+51+69=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3345 is #B4CCBA. Grayscale: #3C3C3C. Windows color (decimal): -11848891 or 4535115. OLE color: 4535115.

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

Color convert

RGB 75 51 69 -
CMYK 0 0.32 0.08 0.71
HSL 315º 0.19% 0.25% -
HSV(B) 315º 0.32% 0.29% -
XYZ 5.16 4.29 6.19 -
YUV 60.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 75 51 69 0 0.32 0.08 0.71 315 0.19 0.25
Hex 4B 33 45 0 20 8 47 13B 13 19
Octal 113 63 105 0 40 10 107 473 23 31
Binary 1001011 110011 1000101 0 100000 1000 1000111 100111011 10011 11001

Color Harmonies of #4B3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3345

Black with #4B3345

Text Example


Text Example

White with #4B3345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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