#4A2156

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

Shades of Scarlet Gum #4A2156

Tints of Scarlet Gum #4A2156

Color information

#4A2156 (or 0x4A2156) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 21 and 56. RGB value is (74,33,86). Sum of RGB (Red+Green+Blue) = 74+33+86=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2156 is #B5DEA9. Grayscale: #333333. Windows color (decimal): -11919018 or 5644618. OLE color: 5644618.

HSL color Cylindrical-coordinate representation of color #4A2156: hue angle of 286.42º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A2156 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB743386-
CMYK0.140.6200.66
HSL286.42º44.54%23.33%-
HSV(B)286.42º61.63%33.73%-
XYZ5.053.229.16-
YUV51.3147.58144.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=38.34%
G=17.10%
B=44.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7433860.140.6200.66286.4244.5423.33
Hex4A2156E3E04211e2d17
Octal11241126167601024365527
Binary1001010100001101011011101111100100001010001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,86); }

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

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

 a { background-color: rgb(74,33,86); }

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

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

 span { border-color: rgb(74,33,86); }

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