#4C2360

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

Shades of Scarlet Gum #4C2360

Tints of Scarlet Gum #4C2360

Color information

#4C2360 (or 0x4C2360) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 23 and 60. RGB value is (76,35,96). Sum of RGB (Red+Green+Blue) = 76+35+96=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2360 is #B3DC9F. Grayscale: #363636. Windows color (decimal): -11787424 or 6300492. OLE color: 6300492.

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

Color convert

RGB763596-
CMYK0.210.6400.62
HSL280.33º46.56%25.69%-
HSV(B)280.33º63.54%37.65%-
XYZ5.693.5811.46-
YUV54.21151.58143.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.71%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=36.71%
G=16.91%
B=46.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7635960.210.6400.62280.3346.5625.69
Hex4C2360154003E1182f1a
Octal11443140251000764305732
Binary10011001000111100000101011000000011111010001100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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