Html Css Color HEX #4C2148 Loulou

📋 copy color: '#4C2148'

red 76 ◦ green 33 ◦ blue 72

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

Shades of Loulou #4C2148

Tints of Loulou #4C2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

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

R = 41.99%
G = 18.23%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C2148 (or 0x4C2148) is known color: Loulou. HEX triplet: 4C, 21 and 48. RGB value is (76,33,72). Sum of RGB (Red+Green+Blue) = 76+33+72=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2148 is #B3DEB7. Grayscale: #323232. Windows color (decimal): -11787960 or 4727116. OLE color: 4727116.

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

Color convert

RGB 76 33 72 -
CMYK 0 0.57 0.05 0.70
HSL 305.58º 0.39% 0.21% -
HSV(B) 305.58º 0.57% 0.3% -
XYZ 4.69 3.09 6.48 -
YUV 50.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 76 33 72 0 0.57 0.05 0.70 305.58 0.39 0.21
Hex 4C 21 48 0 39 5 46 132 27 15
Octal 114 41 110 0 71 5 106 462 47 25
Binary 1001100 100001 1001000 0 111001 101 1000110 100110010 100111 10101

Color Harmonies of #4C2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2148

Black with #4C2148

Text Example


Text Example

White with #4C2148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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