#4A2559

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

Shades of Scarlet Gum #4A2559

Tints of Scarlet Gum #4A2559

Color information

#4A2559 (or 0x4A2559) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 25 and 59. RGB value is (74,37,89). Sum of RGB (Red+Green+Blue) = 74+37+89=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2559 is #B5DAA6. Grayscale: #353535. Windows color (decimal): -11917991 or 5842250. OLE color: 5842250.

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

Color convert

RGB743789-
CMYK0.170.5800.65
HSL282.69º41.27%24.71%-
HSV(B)282.69º58.43%34.9%-
XYZ5.293.59.85-
YUV53.99147.76142.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=37%
G=18.5%
B=44.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7437890.170.5800.65282.6941.2724.71
Hex4A2559113A04111b2919
Octal11245131217201014335131
Binary10010101001011011001100011110100100000110001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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