#4C2560

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

Shades of Scarlet Gum #4C2560

Tints of Scarlet Gum #4C2560

Color information

#4C2560 (or 0x4C2560) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 25 and 60. RGB value is (76,37,96). Sum of RGB (Red+Green+Blue) = 76+37+96=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2560 is #B3DA9F. Grayscale: #373737. Windows color (decimal): -11786912 or 6301004. OLE color: 6301004.

HSL color Cylindrical-coordinate representation of color #4C2560: hue angle of 279.66º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C2560 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB763796-
CMYK0.210.6100.62
HSL279.66º44.36%26.08%-
HSV(B)279.66º61.46%37.65%-
XYZ5.753.711.48-
YUV55.39150.92142.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.36%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=36.36%
G=17.70%
B=45.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7637960.210.6100.62279.6644.3626.08
Hex4C2560153D03E1182c1a
Octal1144514025750764305432
Binary1001100100101110000010101111101011111010001100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,96); }

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

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

 a { background-color: rgb(76,37,96); }

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

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

 span { border-color: rgb(76,37,96); }

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