#4A0159

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

Shades of Scarlet Gum #4A0159

Tints of Scarlet Gum #4A0159

Color information

#4A0159 (or 0x4A0159) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 01 and 59. RGB value is (74,1,89). Sum of RGB (Red+Green+Blue) = 74+1+89=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0159 is #B5FEA6. Grayscale: #202020. Windows color (decimal): -11927207 or 5833034. OLE color: 5833034.

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

Color convert

RGB74189-
CMYK0.170.9900.65
HSL289.77º97.78%17.65%-
HSV(B)289.77º98.88%34.9%-
XYZ4.642.29.63-
YUV32.86159.68157.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.12%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=45.12%
G=0.61%
B=54.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal741890.170.9900.65289.7797.7817.65
Hex4A15911630411226212
Octal112113121143010144214222
Binary10010101101100110001110001101000001100100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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