#4A245F

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

Shades of Scarlet Gum #4A245F

Tints of Scarlet Gum #4A245F

Color information

#4A245F (or 0x4A245F) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 24 and 5F. RGB value is (74,36,95). Sum of RGB (Red+Green+Blue) = 74+36+95=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A245F is #B5DBA0. Grayscale: #353535. Windows color (decimal): -11918241 or 6235210. OLE color: 6235210.

HSL color Cylindrical-coordinate representation of color #4A245F: hue angle of 278.64º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A245F is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB743695-
CMYK0.220.6200.63
HSL278.64º45.04%25.69%-
HSV(B)278.64º62.11%37.25%-
XYZ5.523.5411.22-
YUV54.09151.09142.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=36.10%
G=17.56%
B=46.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7436950.220.6200.63278.6445.0425.69
Hex4A245F163E03F1172d1a
Octal1124413726760774275532
Binary1001010100100101111110110111110011111110001011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,95); }

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

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

 a { background-color: rgb(74,36,95); }

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

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

 span { border-color: rgb(74,36,95); }

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