Html Css Color HEX #4C3048 Loulou

📋 copy color: '#4C3048'

red 76 ◦ green 48 ◦ blue 72

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

Shades of Loulou #4C3048

Tints of Loulou #4C3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

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

R = 38.78%
G = 24.49%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C3048 (or 0x4C3048) is known color: Loulou. HEX triplet: 4C, 30 and 48. RGB value is (76,48,72). Sum of RGB (Red+Green+Blue) = 76+48+72=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3048 is #B3CFB7. Grayscale: #3B3B3B. Windows color (decimal): -11784120 or 4730956. OLE color: 4730956.

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

Color convert

RGB 76 48 72 -
CMYK 0 0.37 0.05 0.70
HSL 308.57º 0.23% 0.24% -
HSV(B) 308.57º 0.37% 0.3% -
XYZ 5.21 4.12 6.65 -
YUV 59.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 76 48 72 0 0.37 0.05 0.70 308.57 0.23 0.24
Hex 4C 30 48 0 25 5 46 135 17 18
Octal 114 60 110 0 45 5 106 465 27 30
Binary 1001100 110000 1001000 0 100101 101 1000110 100110101 10111 11000

Color Harmonies of #4C3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3048

Black with #4C3048

Text Example


Text Example

White with #4C3048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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