#4A285D

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

Shades of Scarlet Gum #4A285D

Tints of Scarlet Gum #4A285D

Color information

#4A285D (or 0x4A285D) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 28 and 5D. RGB value is (74,40,93). Sum of RGB (Red+Green+Blue) = 74+40+93=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A285D is #B5D7A2. Grayscale: #383838. Windows color (decimal): -11917219 or 6105162. OLE color: 6105162.

HSL color Cylindrical-coordinate representation of color #4A285D: hue angle of 278.49º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A285D is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB744093-
CMYK0.200.5700.64
HSL278.49º39.85%26.08%-
HSV(B)278.49º56.99%36.47%-
XYZ5.563.7610.79-
YUV56.21148.76140.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=35.75%
G=19.32%
B=44.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7440930.200.5700.64278.4939.8526.08
Hex4A285D1439040116281a
Octal11250135247101004265032
Binary10010101010001011101101001110010100000010001011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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