#4C185C

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

Shades of Scarlet Gum #4C185C

Tints of Scarlet Gum #4C185C

Color information

#4C185C (or 0x4C185C) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 18 and 5C. RGB value is (76,24,92). Sum of RGB (Red+Green+Blue) = 76+24+92=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C185C is #B3E7A3. Grayscale: #2F2F2F. Windows color (decimal): -11790244 or 6035532. OLE color: 6035532.

HSL color Cylindrical-coordinate representation of color #4C185C: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C185C is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB762492-
CMYK0.170.7400.64
HSL285.88º58.62%22.75%-
HSV(B)285.88º73.91%36.08%-
XYZ5.242.9610.42-
YUV47.3153.23148.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.58%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=39.58%
G=12.5%
B=47.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7624920.170.7400.64285.8858.6222.75
Hex4C185C114A04011e3b17
Octal114301342111201004367327
Binary10011001100010111001000110010100100000010001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,92); }

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

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

 a { background-color: rgb(76,24,92); }

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

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

 span { border-color: rgb(76,24,92); }

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