#4C375E

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

Shades of Scarlet Gum #4C375E

Tints of Scarlet Gum #4C375E

Color information

#4C375E (or 0x4C375E) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 37 and 5E. RGB value is (76,55,94). Sum of RGB (Red+Green+Blue) = 76+55+94=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C375E is #B3C8A1. Grayscale: #414141. Windows color (decimal): -11782306 or 6174540. OLE color: 6174540.

HSL color Cylindrical-coordinate representation of color #4C375E: hue angle of 272.31º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C375E is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB765594-
CMYK0.190.4100.63
HSL272.31º26.17%29.22%-
HSV(B)272.31º41.49%36.86%-
XYZ6.375.0811.23-
YUV65.72143.96135.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=33.78%
G=24.44%
B=41.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7655940.190.4100.63272.3126.1729.22
Hex4C375E132903F1101a1d
Octal1146713623510774203235
Binary100110011011110111101001110100101111111000100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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