#4C175B

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

Shades of Scarlet Gum #4C175B

Tints of Scarlet Gum #4C175B

Color information

#4C175B (or 0x4C175B) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 17 and 5B. RGB value is (76,23,91). Sum of RGB (Red+Green+Blue) = 76+23+91=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175B is #B3E8A4. Grayscale: #2E2E2E. Windows color (decimal): -11790501 or 5969740. OLE color: 5969740.

HSL color Cylindrical-coordinate representation of color #4C175B: hue angle of 286.76º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C175B is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB762391-
CMYK0.160.7500.64
HSL286.76º59.65%22.35%-
HSV(B)286.76º74.73%35.69%-
XYZ5.182.910.19-
YUV46.6153.06148.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=40%
G=12.11%
B=47.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7623910.160.7500.64286.7659.6522.35
Hex4C175B104B04011f3c16
Octal114271332011301004377426
Binary10011001011110110111000010010110100000010001111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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