#4C295A

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

Shades of Scarlet Gum #4C295A

Tints of Scarlet Gum #4C295A

Color information

#4C295A (or 0x4C295A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 29 and 5A. RGB value is (76,41,90). Sum of RGB (Red+Green+Blue) = 76+41+90=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C295A is #B3D6A5. Grayscale: #383838. Windows color (decimal): -11785894 or 5908812. OLE color: 5908812.

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

Color convert

RGB764190-
CMYK0.160.5400.65
HSL282.86º37.4%25.69%-
HSV(B)282.86º54.44%35.29%-
XYZ5.623.8610.12-
YUV57.05146.6141.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.71%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=36.71%
G=19.81%
B=43.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7641900.160.5400.65282.8637.425.69
Hex4C295A103604111b251a
Octal11451132206601014334532
Binary10011001010011011010100001101100100000110001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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