#4C2A61

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

Shades of Scarlet Gum #4C2A61

Tints of Scarlet Gum #4C2A61

Color information

#4C2A61 (or 0x4C2A61) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 2A and 61. RGB value is (76,42,97). Sum of RGB (Red+Green+Blue) = 76+42+97=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C2A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2A61 is #B3D59E. Grayscale: #3A3A3A. Windows color (decimal): -11785631 or 6367820. OLE color: 6367820.

HSL color Cylindrical-coordinate representation of color #4C2A61: hue angle of 277.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2A61 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB764297-
CMYK0.220.5700.62
HSL277.09º39.57%27.25%-
HSV(B)277.09º56.7%38.04%-
XYZ5.974.0611.78-
YUV58.44149.76140.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=35.35%
G=19.53%
B=45.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7642970.220.5700.62277.0939.5727.25
Hex4C2A61163903E115281b
Octal1145214126710764255033
Binary1001100101010110000110110111001011111010001010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,42,97); }

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

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

 a { background-color: rgb(76,42,97); }

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

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

 span { border-color: rgb(76,42,97); }

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