#4C155E

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

Shades of Scarlet Gum #4C155E

Tints of Scarlet Gum #4C155E

Color information

#4C155E (or 0x4C155E) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 15 and 5E. RGB value is (76,21,94). Sum of RGB (Red+Green+Blue) = 76+21+94=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C155E is #B3EAA1. Grayscale: #2D2D2D. Windows color (decimal): -11791010 or 6165836. OLE color: 6165836.

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

Color convert

RGB762194-
CMYK0.190.7800.63
HSL285.21º63.48%22.55%-
HSV(B)285.21º77.66%36.86%-
XYZ5.272.8810.87-
YUV45.77155.22149.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=39.79%
G=10.99%
B=49.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7621940.190.7800.63285.2163.4822.55
Hex4C155E134E03F11d3f17
Octal11425136231160774357727
Binary1001100101011011110100111001110011111110001110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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