#4A245B

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

Shades of Scarlet Gum #4A245B

Tints of Scarlet Gum #4A245B

Color information

#4A245B (or 0x4A245B) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 24 and 5B. RGB value is (74,36,91). Sum of RGB (Red+Green+Blue) = 74+36+91=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A245B is #B5DBA4. Grayscale: #353535. Windows color (decimal): -11918245 or 5973066. OLE color: 5973066.

HSL color Cylindrical-coordinate representation of color #4A245B: hue angle of 281.45º 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 #4A245B is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB743691-
CMYK0.190.6000.64
HSL281.45º43.31%24.9%-
HSV(B)281.45º60.44%35.69%-
XYZ5.343.4710.29-
YUV53.63149.09142.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=36.82%
G=17.91%
B=45.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7436910.190.6000.64281.4543.3124.9
Hex4A245B133C0401192b19
Octal11244133237401004315331
Binary10010101001001011011100111111000100000010001100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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