Html Css Color HEX #4B2447 Loulou

📋 copy color: '#4B2447'

red 75 ◦ green 36 ◦ blue 71

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

Shades of Loulou #4B2447

Tints of Loulou #4B2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 41.21%
G = 19.78%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4B2447 (or 0x4B2447) is known color: Loulou. HEX triplet: 4B, 24 and 47. RGB value is (75,36,71). Sum of RGB (Red+Green+Blue) = 75+36+71=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2447 is #B4DBB8. Grayscale: #333333. Windows color (decimal): -11852729 or 4662347. OLE color: 4662347.

HSL color Cylindrical-coordinate representation of color #4B2447: hue angle of 306.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2447 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 36 71 -
CMYK 0 0.52 0.05 0.71
HSL 306.15º 0.35% 0.22% -
HSV(B) 306.15º 0.52% 0.29% -
XYZ 4.67 3.21 6.34 -
YUV 51.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 75 36 71 0 0.52 0.05 0.71 306.15 0.35 0.22
Hex 4B 24 47 0 34 5 47 132 23 16
Octal 113 44 107 0 64 5 107 462 43 26
Binary 1001011 100100 1000111 0 110100 101 1000111 100110010 100011 10110

Color Harmonies of #4B2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2447

Black with #4B2447

Text Example


Text Example

White with #4B2447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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