#4A2356

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

Shades of Scarlet Gum #4A2356

Tints of Scarlet Gum #4A2356

Color information

#4A2356 (or 0x4A2356) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 23 and 56. RGB value is (74,35,86). Sum of RGB (Red+Green+Blue) = 74+35+86=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2356 is #B5DCA9. Grayscale: #343434. Windows color (decimal): -11918506 or 5645130. OLE color: 5645130.

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

Color convert

RGB743586-
CMYK0.140.5900.66
HSL285.88º42.15%23.73%-
HSV(B)285.88º59.3%33.73%-
XYZ5.13.339.18-
YUV52.47146.92143.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=37.95%
G=17.95%
B=44.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7435860.140.5900.66285.8842.1523.73
Hex4A2356E3B04211e2a18
Octal11243126167301024365230
Binary1001010100011101011011101110110100001010001111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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