#4C385D

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

Shades of Scarlet Gum #4C385D

Tints of Scarlet Gum #4C385D

Color information

#4C385D (or 0x4C385D) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 38 and 5D. RGB value is (76,56,93). Sum of RGB (Red+Green+Blue) = 76+56+93=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C385D is #B3C7A2. Grayscale: #424242. Windows color (decimal): -11782051 or 6109260. OLE color: 6109260.

HSL color Cylindrical-coordinate representation of color #4C385D: hue angle of 272.43º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C385D is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB765693-
CMYK0.180.4000.64
HSL272.43º24.83%29.22%-
HSV(B)272.43º39.78%36.47%-
XYZ6.375.1611.02-
YUV66.2143.13134.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=33.78%
G=24.89%
B=41.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7656930.180.4000.64272.4324.8329.22
Hex4C385D1228040110191d
Octal11470135225001004203135
Binary1001100111000101110110010101000010000001000100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,56,93); }

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

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

 a { background-color: rgb(76,56,93); }

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

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

 span { border-color: rgb(76,56,93); }

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