#4A2056

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

Shades of Scarlet Gum #4A2056

Tints of Scarlet Gum #4A2056

Color information

#4A2056 (or 0x4A2056) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 20 and 56. RGB value is (74,32,86). Sum of RGB (Red+Green+Blue) = 74+32+86=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2056 is #B5DFA9. Grayscale: #323232. Windows color (decimal): -11919274 or 5644362. OLE color: 5644362.

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

Color convert

RGB743286-
CMYK0.140.6300.66
HSL286.67º45.76%23.14%-
HSV(B)286.67º62.79%33.73%-
XYZ5.023.169.15-
YUV50.71147.91144.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=38.54%
G=16.67%
B=44.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7432860.140.6300.66286.6745.7623.14
Hex4A2056E3F04211f2e17
Octal11240126167701024375627
Binary1001010100000101011011101111110100001010001111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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