#4C175A

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

Shades of Scarlet Gum #4C175A

Tints of Scarlet Gum #4C175A

Color information

#4C175A (or 0x4C175A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 17 and 5A. RGB value is (76,23,90). Sum of RGB (Red+Green+Blue) = 76+23+90=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175A is #B3E8A5. Grayscale: #2E2E2E. Windows color (decimal): -11790502 or 5904204. OLE color: 5904204.

HSL color Cylindrical-coordinate representation of color #4C175A: hue angle of 287.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C175A is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB762390-
CMYK0.160.7400.65
HSL287.46º59.29%22.16%-
HSV(B)287.46º74.44%35.29%-
XYZ5.132.899.96-
YUV46.48152.56149.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=40.21%
G=12.17%
B=47.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7623900.160.7400.65287.4659.2922.16
Hex4C175A104A04111f3b16
Octal114271322011201014377326
Binary10011001011110110101000010010100100000110001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,23,90); }

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

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

 a { background-color: rgb(76,23,90); }

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

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

 span { border-color: rgb(76,23,90); }

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