#4A255D

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

Shades of Scarlet Gum #4A255D

Tints of Scarlet Gum #4A255D

Color information

#4A255D (or 0x4A255D) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 25 and 5D. RGB value is (74,37,93). Sum of RGB (Red+Green+Blue) = 74+37+93=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A255D is #B5DAA2. Grayscale: #363636. Windows color (decimal): -11917987 or 6104394. OLE color: 6104394.

HSL color Cylindrical-coordinate representation of color #4A255D: hue angle of 279.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A255D is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB743793-
CMYK0.200.6000.64
HSL279.64º43.08%25.49%-
HSV(B)279.64º60.22%36.47%-
XYZ5.463.5710.76-
YUV54.45149.76141.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=36.27%
G=18.14%
B=45.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7437930.200.6000.64279.6443.0825.49
Hex4A255D143C0401182b19
Octal11245135247401004305331
Binary10010101001011011101101001111000100000010001100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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