#4A1966

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

Shades of Scarlet Gum #4A1966

Tints of Scarlet Gum #4A1966

Color information

#4A1966 (or 0x4A1966) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 19 and 66. RGB value is (74,25,102). Sum of RGB (Red+Green+Blue) = 74+25+102=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1966 is #B5E699. Grayscale: #303030. Windows color (decimal): -11921050 or 6691146. OLE color: 6691146.

HSL color Cylindrical-coordinate representation of color #4A1966: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1966 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7425102-
CMYK0.270.7500.6
HSL278.18º60.63%24.9%-
HSV(B)278.18º75.49%40%-
XYZ5.573.1112.88-
YUV48.43158.23146.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=36.82%
G=12.44%
B=50.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74251020.270.7500.6278.1860.6324.9
Hex4A19661B4B03C1163d19
Octal11231146331130744267531
Binary1001010110011100110110111001011011110010001011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,102); }

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

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

 a { background-color: rgb(74,25,102); }

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

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

 span { border-color: rgb(74,25,102); }

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