#4C315A

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

Shades of Scarlet Gum #4C315A

Tints of Scarlet Gum #4C315A

Color information

#4C315A (or 0x4C315A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 31 and 5A. RGB value is (76,49,90). Sum of RGB (Red+Green+Blue) = 76+49+90=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C315A is #B3CEA5. Grayscale: #3D3D3D. Windows color (decimal): -11783846 or 5910860. OLE color: 5910860.

HSL color Cylindrical-coordinate representation of color #4C315A: hue angle of 279.51º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C315A is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB764990-
CMYK0.160.4600.65
HSL279.51º29.5%27.25%-
HSV(B)279.51º45.56%35.29%-
XYZ5.924.4710.22-
YUV61.75143.95138.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=35.35%
G=22.79%
B=41.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7649900.160.4600.65279.5129.527.25
Hex4C315A102E0411181d1b
Octal11461132205601014303533
Binary1001100110001101101010000101110010000011000110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,90); }

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

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

 a { background-color: rgb(76,49,90); }

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

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

 span { border-color: rgb(76,49,90); }

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