#4a1c5a

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

Shades of Scarlet Gum #4A1C5A

Tints of Scarlet Gum #4A1C5A

Color information

#4A1C5A (or 0x4A1C5A) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 1C and 5A. RGB value is (74,28,90). Sum of RGB (Red+Green+Blue) = 74+28+90=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A1C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1C5A is #B5E3A5. Grayscale: #303030. Windows color (decimal): -11920294 or 5905482. OLE color: 5905482.

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

Color convert

RGB742890-
CMYK0.180.6900.65
HSL284.52º52.54%23.14%-
HSV(B)284.52º68.89%35.29%-
XYZ5.083.029.99-
YUV48.82151.24145.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=38.54%
G=14.58%
B=46.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7428900.180.6900.65284.5252.5423.14
Hex4A1C5A124504111d3517
Octal112341322210501014356527
Binary10010101110010110101001010001010100000110001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a1c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,28,90); }

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

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

 a { background-color: rgb(74,28,90); }

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

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

 span { border-color: rgb(74,28,90); }

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