Html Css Color HEX #4C2246 Loulou

📋 copy color: '#4C2246'

red 76 ◦ green 34 ◦ blue 70

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

Shades of Loulou #4C2246

Tints of Loulou #4C2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 70 (27.73% from 255) = 38.89%

R = 42.22%
G = 18.89%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4C2246 (or 0x4C2246) is known color: Loulou. HEX triplet: 4C, 22 and 46. RGB value is (76,34,70). Sum of RGB (Red+Green+Blue) = 76+34+70=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2246 is #B3DDB9. Grayscale: #323232. Windows color (decimal): -11787706 or 4596300. OLE color: 4596300.

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

Color convert

RGB 76 34 70 -
CMYK 0 0.55 0.08 0.70
HSL 308.57º 0.38% 0.22% -
HSV(B) 308.57º 0.55% 0.3% -
XYZ 4.66 3.12 6.15 -
YUV 50.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 76 34 70 0 0.55 0.08 0.70 308.57 0.38 0.22
Hex 4C 22 46 0 37 8 46 135 26 16
Octal 114 42 106 0 67 10 106 465 46 26
Binary 1001100 100010 1000110 0 110111 1000 1000110 100110101 100110 10110

Color Harmonies of #4C2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2246

Black with #4C2246

Text Example


Text Example

White with #4C2246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,70); }

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

background-color css

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

 a { background-color: rgb(76,34,70); }

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

border-color css

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

 span { border-color: rgb(76,34,70); }

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