Html Css Color HEX #4C2748 Loulou

📋 copy color: '#4C2748'

red 76 ◦ green 39 ◦ blue 72

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

Shades of Loulou #4C2748

Tints of Loulou #4C2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 40.64%
G = 20.86%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C2748 (or 0x4C2748) is known color: Loulou. HEX triplet: 4C, 27 and 48. RGB value is (76,39,72). Sum of RGB (Red+Green+Blue) = 76+39+72=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2748 is #B3D8B7. Grayscale: #353535. Windows color (decimal): -11786424 or 4728652. OLE color: 4728652.

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

Color convert

RGB 76 39 72 -
CMYK 0 0.49 0.05 0.70
HSL 306.49º 0.32% 0.23% -
HSV(B) 306.49º 0.49% 0.3% -
XYZ 4.88 3.46 6.54 -
YUV 53.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 76 39 72 0 0.49 0.05 0.70 306.49 0.32 0.23
Hex 4C 27 48 0 31 5 46 132 20 17
Octal 114 47 110 0 61 5 106 462 40 27
Binary 1001100 100111 1001000 0 110001 101 1000110 100110010 100000 10111

Color Harmonies of #4C2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2748

Black with #4C2748

Text Example


Text Example

White with #4C2748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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