#4A2357

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

Shades of Scarlet Gum #4A2357

Tints of Scarlet Gum #4A2357

Color information

#4A2357 (or 0x4A2357) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 23 and 57. RGB value is (74,35,87). Sum of RGB (Red+Green+Blue) = 74+35+87=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2357 is #B5DCA8. Grayscale: #343434. Windows color (decimal): -11918505 or 5710666. OLE color: 5710666.

HSL color Cylindrical-coordinate representation of color #4A2357: hue angle of 285º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2357 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB743587-
CMYK0.150.6000.66
HSL285º42.62%23.92%-
HSV(B)285º59.77%34.12%-
XYZ5.153.359.39-
YUV52.59147.42143.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=37.76%
G=17.86%
B=44.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7435870.150.6000.6628542.6223.92
Hex4A2357F3C04211d2b18
Octal11243127177401024355330
Binary1001010100011101011111111111000100001010001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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