Html Css Color HEX #4B2847 Loulou

📋 copy color: '#4B2847'

red 75 ◦ green 40 ◦ blue 71

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

Shades of Loulou #4B2847

Tints of Loulou #4B2847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 40.32%
G = 21.51%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4B2847 (or 0x4B2847) is known color: Loulou. HEX triplet: 4B, 28 and 47. RGB value is (75,40,71). Sum of RGB (Red+Green+Blue) = 75+40+71=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2847 is #B4D7B8. Grayscale: #353535. Windows color (decimal): -11851705 or 4663371. OLE color: 4663371.

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

Color convert

RGB 75 40 71 -
CMYK 0 0.47 0.05 0.71
HSL 306.86º 0.3% 0.23% -
HSV(B) 306.86º 0.47% 0.29% -
XYZ 4.8 3.47 6.38 -
YUV 54 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 75 40 71 0 0.47 0.05 0.71 306.86 0.3 0.23
Hex 4B 28 47 0 2F 5 47 133 1E 17
Octal 113 50 107 0 57 5 107 463 36 27
Binary 1001011 101000 1000111 0 101111 101 1000111 100110011 11110 10111

Color Harmonies of #4B2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2847

Black with #4B2847

Text Example


Text Example

White with #4B2847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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