#4A315D

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

Shades of Scarlet Gum #4A315D

Tints of Scarlet Gum #4A315D

Color information

#4A315D (or 0x4A315D) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 31 and 5D. RGB value is (74,49,93). Sum of RGB (Red+Green+Blue) = 74+49+93=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A315D is #B5CEA2. Grayscale: #3D3D3D. Windows color (decimal): -11914915 or 6107466. OLE color: 6107466.

HSL color Cylindrical-coordinate representation of color #4A315D: hue angle of 274.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A315D is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB744993-
CMYK0.200.4700.64
HSL274.09º30.99%27.84%-
HSV(B)274.09º47.31%36.47%-
XYZ5.94.4410.9-
YUV61.49145.78136.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=34.26%
G=22.69%
B=43.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7449930.200.4700.64274.0930.9927.84
Hex4A315D142F0401121f1c
Octal11261135245701004223734
Binary1001010110001101110110100101111010000001000100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,49,93); }

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

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

 a { background-color: rgb(74,49,93); }

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

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

 span { border-color: rgb(74,49,93); }

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