#4A1759

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

Shades of Scarlet Gum #4A1759

Tints of Scarlet Gum #4A1759

Color information

#4A1759 (or 0x4A1759) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 17 and 59. RGB value is (74,23,89). Sum of RGB (Red+Green+Blue) = 74+23+89=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1759 is #B5E8A6. Grayscale: #2D2D2D. Windows color (decimal): -11921575 or 5838666. OLE color: 5838666.

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

Color convert

RGB742389-
CMYK0.170.7400.65
HSL286.36º58.93%21.96%-
HSV(B)286.36º74.16%34.9%-
XYZ4.932.799.73-
YUV45.77152.4148.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=39.78%
G=12.37%
B=47.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7423890.170.7400.65286.3658.9321.96
Hex4A1759114A04111e3b16
Octal112271312111201014367326
Binary10010101011110110011000110010100100000110001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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