Html Css Color HEX #4C2848 Loulou

📋 copy color: '#4C2848'

red 76 ◦ green 40 ◦ blue 72

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

Shades of Loulou #4C2848

Tints of Loulou #4C2848

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 40.43%
G = 21.28%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C2848 (or 0x4C2848) is known color: Loulou. HEX triplet: 4C, 28 and 48. RGB value is (76,40,72). Sum of RGB (Red+Green+Blue) = 76+40+72=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2848 is #B3D7B7. Grayscale: #363636. Windows color (decimal): -11786168 or 4728908. OLE color: 4728908.

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

Color convert

RGB 76 40 72 -
CMYK 0 0.47 0.05 0.70
HSL 306.67º 0.31% 0.23% -
HSV(B) 306.67º 0.47% 0.3% -
XYZ 4.91 3.52 6.55 -
YUV 54.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 76 40 72 0 0.47 0.05 0.70 306.67 0.31 0.23
Hex 4C 28 48 0 2F 5 46 133 1F 17
Octal 114 50 110 0 57 5 106 463 37 27
Binary 1001100 101000 1001000 0 101111 101 1000110 100110011 11111 10111

Color Harmonies of #4C2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2848

Black with #4C2848

Text Example


Text Example

White with #4C2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,72); }

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

background-color css

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

 a { background-color: rgb(76,40,72); }

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

border-color css

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

 span { border-color: rgb(76,40,72); }

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