#4A1657

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

Shades of Scarlet Gum #4A1657

Tints of Scarlet Gum #4A1657

Color information

#4A1657 (or 0x4A1657) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 16 and 57. RGB value is (74,22,87). Sum of RGB (Red+Green+Blue) = 74+22+87=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A1657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1657 is #B5E9A8. Grayscale: #2C2C2C. Windows color (decimal): -11921833 or 5707338. OLE color: 5707338.

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

Color convert

RGB742287-
CMYK0.150.7500.66
HSL288º59.63%21.37%-
HSV(B)288º74.71%34.12%-
XYZ4.832.729.29-
YUV44.96151.73148.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=40.44%
G=12.02%
B=47.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7422870.150.7500.6628859.6321.37
Hex4A1657F4B0421203c15
Octal112261271711301024407425
Binary1001010101101010111111110010110100001010010000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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