#4A1766

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

Shades of Scarlet Gum #4A1766

Tints of Scarlet Gum #4A1766

Color information

#4A1766 (or 0x4A1766) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 17 and 66. RGB value is (74,23,102). Sum of RGB (Red+Green+Blue) = 74+23+102=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A1766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1766 is #B5E899. Grayscale: #2E2E2E. Windows color (decimal): -11921562 or 6690634. OLE color: 6690634.

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

Color convert

RGB7423102-
CMYK0.270.7700.6
HSL278.73º63.2%24.51%-
HSV(B)278.73º77.45%40%-
XYZ5.533.0312.86-
YUV47.26158.9147.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=37.19%
G=11.56%
B=51.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74231020.270.7700.6278.7363.224.51
Hex4A17661B4D03C1173f19
Octal11227146331150744277731
Binary1001010101111100110110111001101011110010001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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