#4C3755

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

Shades of Scarlet Gum #4C3755

Tints of Scarlet Gum #4C3755

Color information

#4C3755 (or 0x4C3755) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 37 and 55. RGB value is (76,55,85). Sum of RGB (Red+Green+Blue) = 76+55+85=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3755 is #B3C8AA. Grayscale: #404040. Windows color (decimal): -11782315 or 5584716. OLE color: 5584716.

HSL color Cylindrical-coordinate representation of color #4C3755: hue angle of 282º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C3755 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB765585-
CMYK0.110.3500.67
HSL282º21.43%27.45%-
HSV(B)282º35.29%33.33%-
XYZ5.994.929.23-
YUV64.7139.46136.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=35.19%
G=25.46%
B=39.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7655850.110.3500.6728221.4327.45
Hex4C3755B2304311a151b
Octal11467125134301034322533
Binary100110011011110101011011100011010000111000110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,85); }

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

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

 a { background-color: rgb(76,55,85); }

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

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

 span { border-color: rgb(76,55,85); }

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