#4A2856

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

Shades of Scarlet Gum #4A2856

Tints of Scarlet Gum #4A2856

Color information

#4A2856 (or 0x4A2856) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 28 and 56. RGB value is (74,40,86). Sum of RGB (Red+Green+Blue) = 74+40+86=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2856 is #B5D7A9. Grayscale: #373737. Windows color (decimal): -11917226 or 5646410. OLE color: 5646410.

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

Color convert

RGB744086-
CMYK0.140.5300.66
HSL284.35º36.51%24.71%-
HSV(B)284.35º53.49%33.73%-
XYZ5.263.659.23-
YUV55.41145.26141.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 43%
R=37%
G=20%
B=43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7440860.140.5300.66284.3536.5124.71
Hex4A2856E3504211c2519
Octal11250126166501024344531
Binary1001010101000101011011101101010100001010001110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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