#4A1559

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

Shades of Scarlet Gum #4A1559

Tints of Scarlet Gum #4A1559

Color information

#4A1559 (or 0x4A1559) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 15 and 59. RGB value is (74,21,89). Sum of RGB (Red+Green+Blue) = 74+21+89=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1559 is #B5EAA6. Grayscale: #2C2C2C. Windows color (decimal): -11922087 or 5838154. OLE color: 5838154.

HSL color Cylindrical-coordinate representation of color #4A1559: hue angle of 286.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1559 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB742189-
CMYK0.170.7600.65
HSL286.76º61.82%21.57%-
HSV(B)286.76º76.4%34.9%-
XYZ4.92.719.72-
YUV44.6153.06148.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=40.22%
G=11.41%
B=48.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7421890.170.7600.65286.7661.8221.57
Hex4A1559114C04111f3e16
Octal112251312111401014377626
Binary10010101010110110011000110011000100000110001111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,89); }

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

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

 a { background-color: rgb(74,21,89); }

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

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

 span { border-color: rgb(74,21,89); }

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