#4A1765

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

Shades of Scarlet Gum #4A1765

Tints of Scarlet Gum #4A1765

Color information

#4A1765 (or 0x4A1765) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 17 and 65. RGB value is (74,23,101). Sum of RGB (Red+Green+Blue) = 74+23+101=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A1765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1765 is #B5E89A. Grayscale: #2E2E2E. Windows color (decimal): -11921563 or 6625098. OLE color: 6625098.

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

Color convert

RGB7423101-
CMYK0.270.7700.60
HSL279.23º62.9%24.31%-
HSV(B)279.23º77.23%39.61%-
XYZ5.483.0112.6-
YUV47.14158.4147.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 101 (39.84% from 255) = 51.01%
R=37.37%
G=11.62%
B=51.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74231010.270.7700.60279.2362.924.31
Hex4A17651B4D03C1173f18
Octal11227145331150744277730
Binary1001010101111100101110111001101011110010001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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