#4A2057

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

Shades of Scarlet Gum #4A2057

Tints of Scarlet Gum #4A2057

Color information

#4A2057 (or 0x4A2057) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 20 and 57. RGB value is (74,32,87). Sum of RGB (Red+Green+Blue) = 74+32+87=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2057 is #B5DFA8. Grayscale: #323232. Windows color (decimal): -11919273 or 5709898. OLE color: 5709898.

HSL color Cylindrical-coordinate representation of color #4A2057: hue angle of 285.82º 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 #4A2057 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB743287-
CMYK0.150.6300.66
HSL285.82º46.22%23.33%-
HSV(B)285.82º63.22%34.12%-
XYZ5.063.189.36-
YUV50.83148.41144.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=38.34%
G=16.58%
B=45.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7432870.150.6300.66285.8246.2223.33
Hex4A2057F3F04211e2e17
Octal11240127177701024365627
Binary1001010100000101011111111111110100001010001111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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