#4C285C

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

Shades of Scarlet Gum #4C285C

Tints of Scarlet Gum #4C285C

Color information

#4C285C (or 0x4C285C) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 28 and 5C. RGB value is (76,40,92). Sum of RGB (Red+Green+Blue) = 76+40+92=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C285C is #B3D7A3. Grayscale: #383838. Windows color (decimal): -11786148 or 6039628. OLE color: 6039628.

HSL color Cylindrical-coordinate representation of color #4C285C: hue angle of 281.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C285C is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB764092-
CMYK0.170.5700.64
HSL281.54º39.39%25.88%-
HSV(B)281.54º56.52%36.08%-
XYZ5.673.8310.56-
YUV56.69147.93141.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.54%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=36.54%
G=19.23%
B=44.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7640920.170.5700.64281.5439.3925.88
Hex4C285C113904011a271a
Octal11450134217101004324732
Binary10011001010001011100100011110010100000010001101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,92); }

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

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

 a { background-color: rgb(76,40,92); }

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

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

 span { border-color: rgb(76,40,92); }

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