#4A3A5A

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

Shades of Scarlet Gum #4A3A5A

Tints of Scarlet Gum #4A3A5A

Color information

#4A3A5A (or 0x4A3A5A) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 3A and 5A. RGB value is (74,58,90). Sum of RGB (Red+Green+Blue) = 74+58+90=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A3A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A5A is #B5C5A5. Grayscale: #424242. Windows color (decimal): -11912614 or 5913162. OLE color: 5913162.

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

Color convert

RGB745890-
CMYK0.180.3600.65
HSL270º21.62%29.02%-
HSV(B)270º35.56%35.29%-
XYZ6.185.2210.35-
YUV66.43141.3133.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=33.33%
G=26.13%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7458900.180.3600.6527021.6229.02
Hex4A3A5A122404110e161d
Octal11272132224401014162635
Binary1001010111010101101010010100100010000011000011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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