#4A2563

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

Shades of Scarlet Gum #4A2563

Tints of Scarlet Gum #4A2563

Color information

#4A2563 (or 0x4A2563) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 25 and 63. RGB value is (74,37,99). Sum of RGB (Red+Green+Blue) = 74+37+99=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2563 is #B5DA9C. Grayscale: #363636. Windows color (decimal): -11917981 or 6497610. OLE color: 6497610.

HSL color Cylindrical-coordinate representation of color #4A2563: hue angle of 275.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A2563 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB743799-
CMYK0.250.6300.61
HSL275.81º45.59%26.67%-
HSV(B)275.81º62.63%38.82%-
XYZ5.743.6812.21-
YUV55.13152.76141.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=35.24%
G=17.62%
B=47.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7437990.250.6300.61275.8145.5926.67
Hex4A2563193F03D1142e1b
Octal1124514331770754245633
Binary1001010100101110001111001111111011110110001010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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