Html Css Color HEX #4B2843 Loulou

📋 copy color: '#4B2843'

red 75 ◦ green 40 ◦ blue 67

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

Shades of Loulou #4B2843

Tints of Loulou #4B2843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 41.21%
G = 21.98%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4B2843 (or 0x4B2843) is known color: Loulou. HEX triplet: 4B, 28 and 43. RGB value is (75,40,67). Sum of RGB (Red+Green+Blue) = 75+40+67=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2843 is #B4D7BC. Grayscale: #353535. Windows color (decimal): -11851709 or 4401227. OLE color: 4401227.

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

Color convert

RGB 75 40 67 -
CMYK 0 0.47 0.11 0.71
HSL 313.71º 0.3% 0.23% -
HSV(B) 313.71º 0.47% 0.29% -
XYZ 4.67 3.42 5.72 -
YUV 53.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 75 40 67 0 0.47 0.11 0.71 313.71 0.3 0.23
Hex 4B 28 43 0 2F B 47 13A 1E 17
Octal 113 50 103 0 57 13 107 472 36 27
Binary 1001011 101000 1000011 0 101111 1011 1000111 100111010 11110 10111

Color Harmonies of #4B2843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2843

Black with #4B2843

Text Example


Text Example

White with #4B2843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,67); }

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

background-color css

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

 a { background-color: rgb(75,40,67); }

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

border-color css

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

 span { border-color: rgb(75,40,67); }

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