#4C3160

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

Shades of Scarlet Gum #4C3160

Tints of Scarlet Gum #4C3160

Color information

#4C3160 (or 0x4C3160) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 31 and 60. RGB value is (76,49,96). Sum of RGB (Red+Green+Blue) = 76+49+96=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3160 is #B3CE9F. Grayscale: #3E3E3E. Windows color (decimal): -11783840 or 6304076. OLE color: 6304076.

HSL color Cylindrical-coordinate representation of color #4C3160: hue angle of 274.47º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C3160 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB764996-
CMYK0.210.4900.62
HSL274.47º32.41%28.43%-
HSV(B)274.47º48.96%37.65%-
XYZ6.194.5811.62-
YUV62.43146.95137.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=34.39%
G=22.17%
B=43.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7649960.210.4900.62274.4732.4128.43
Hex4C3160153103E112201c
Octal1146114025610764224034
Binary1001100110001110000010101110001011111010001001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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