#4C2B56

Color #4C2B56 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C2B56

Tints of Scarlet Gum #4C2B56

Color information

#4C2B56 (or 0x4C2B56) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 2B and 56. RGB value is (76,43,86). Sum of RGB (Red+Green+Blue) = 76+43+86=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C2B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2B56 is #B3D4A9. Grayscale: #393939. Windows color (decimal): -11785386 or 5647180. OLE color: 5647180.

HSL color Cylindrical-coordinate representation of color #4C2B56: hue angle of 286.05º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2B56 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB764386-
CMYK0.120.5000.66
HSL286.05º33.33%25.29%-
HSV(B)286.05º50%33.73%-
XYZ5.523.949.27-
YUV57.77143.93141-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=37.07%
G=20.98%
B=41.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7643860.120.5000.66286.0533.3325.29
Hex4C2B56C3204211e2119
Octal11453126146201024364131
Binary1001100101011101011011001100100100001010001111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,86); }

 H1.HeaderClassName
 {
   color: #4C2B56;
 }
 .AnyTagClassName
 {
   color: #4C2B56;
 }
</style>
background-color css

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

 a { background-color: rgb(76,43,86); }

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

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

 span { border-color: rgb(76,43,86); }

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