Html Css Color HEX #4C2348 Loulou

📋 copy color: '#4C2348'

red 76 ◦ green 35 ◦ blue 72

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

Shades of Loulou #4C2348

Tints of Loulou #4C2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 41.53%
G = 19.13%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C2348 (or 0x4C2348) is known color: Loulou. HEX triplet: 4C, 23 and 48. RGB value is (76,35,72). Sum of RGB (Red+Green+Blue) = 76+35+72=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2348 is #B3DCB7. Grayscale: #333333. Windows color (decimal): -11787448 or 4727628. OLE color: 4727628.

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

Color convert

RGB 76 35 72 -
CMYK 0 0.54 0.05 0.70
HSL 305.85º 0.37% 0.22% -
HSV(B) 305.85º 0.54% 0.3% -
XYZ 4.75 3.21 6.5 -
YUV 51.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 76 35 72 0 0.54 0.05 0.70 305.85 0.37 0.22
Hex 4C 23 48 0 36 5 46 132 25 16
Octal 114 43 110 0 66 5 106 462 45 26
Binary 1001100 100011 1001000 0 110110 101 1000110 100110010 100101 10110

Color Harmonies of #4C2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2348

Black with #4C2348

Text Example


Text Example

White with #4C2348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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