#4A375D

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

Shades of Scarlet Gum #4A375D

Tints of Scarlet Gum #4A375D

Color information

#4A375D (or 0x4A375D) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 37 and 5D. RGB value is (74,55,93). Sum of RGB (Red+Green+Blue) = 74+55+93=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A375D is #B5C8A2. Grayscale: #404040. Windows color (decimal): -11913379 or 6109002. OLE color: 6109002.

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

Color convert

RGB745593-
CMYK0.200.4100.64
HSL270º25.68%29.02%-
HSV(B)270º40.86%36.47%-
XYZ6.174.9810.99-
YUV65.01143.79134.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=33.33%
G=24.77%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7455930.200.4100.6427025.6829.02
Hex4A375D142904010e1a1d
Octal11267135245101004163235
Binary1001010110111101110110100101001010000001000011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,55,93); }

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

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

 a { background-color: rgb(74,55,93); }

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

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

 span { border-color: rgb(74,55,93); }

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