#4A2C59

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

Shades of Scarlet Gum #4A2C59

Tints of Scarlet Gum #4A2C59

Color information

#4A2C59 (or 0x4A2C59) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 2C and 59. RGB value is (74,44,89). Sum of RGB (Red+Green+Blue) = 74+44+89=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2C59 is #B5D3A6. Grayscale: #393939. Windows color (decimal): -11916199 or 5844042. OLE color: 5844042.

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

Color convert

RGB744489-
CMYK0.170.5100.65
HSL280º33.83%26.08%-
HSV(B)280º50.56%34.9%-
XYZ5.533.989.93-
YUV58.1145.44139.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=35.75%
G=21.26%
B=43.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7444890.170.5100.6528033.8326.08
Hex4A2C591133041118221a
Octal11254131216301014304232
Binary10010101011001011001100011100110100000110001100010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,89); }

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

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

 a { background-color: rgb(74,44,89); }

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

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

 span { border-color: rgb(74,44,89); }

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