#4C185F

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

Shades of Scarlet Gum #4C185F

Tints of Scarlet Gum #4C185F

Color information

#4C185F (or 0x4C185F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 18 and 5F. RGB value is (76,24,95). Sum of RGB (Red+Green+Blue) = 76+24+95=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C185F is #B3E7A0. Grayscale: #2F2F2F. Windows color (decimal): -11790241 or 6232140. OLE color: 6232140.

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

Color convert

RGB762495-
CMYK0.200.7500.63
HSL283.94º59.66%23.33%-
HSV(B)283.94º74.74%37.25%-
XYZ5.373.0211.13-
YUV47.64154.73148.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=38.97%
G=12.31%
B=48.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7624950.200.7500.63283.9459.6623.33
Hex4C185F144B03F11c3c17
Octal11430137241130774347427
Binary1001100110001011111101001001011011111110001110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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