#4A2456

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

Shades of Scarlet Gum #4A2456

Tints of Scarlet Gum #4A2456

Color information

#4A2456 (or 0x4A2456) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 24 and 56. RGB value is (74,36,86). Sum of RGB (Red+Green+Blue) = 74+36+86=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2456 is #B5DBA9. Grayscale: #343434. Windows color (decimal): -11918250 or 5645386. OLE color: 5645386.

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

Color convert

RGB743686-
CMYK0.140.5800.66
HSL285.6º40.98%23.92%-
HSV(B)285.6º58.14%33.73%-
XYZ5.133.399.19-
YUV53.06146.59142.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=37.76%
G=18.37%
B=43.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7436860.140.5800.66285.640.9823.92
Hex4A2456E3A04211e2918
Octal11244126167201024365130
Binary1001010100100101011011101110100100001010001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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