#4A275C

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

Shades of Scarlet Gum #4A275C

Tints of Scarlet Gum #4A275C

Color information

#4A275C (or 0x4A275C) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 27 and 5C. RGB value is (74,39,92). Sum of RGB (Red+Green+Blue) = 74+39+92=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A275C is #B5D8A3. Grayscale: #373737. Windows color (decimal): -11917476 or 6039370. OLE color: 6039370.

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

Color convert

RGB743992-
CMYK0.200.5800.64
HSL279.62º40.46%25.69%-
HSV(B)279.62º57.61%36.08%-
XYZ5.483.6810.55-
YUV55.51148.6141.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=36.10%
G=19.02%
B=44.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7439920.200.5800.64279.6240.4625.69
Hex4A275C143A040118281a
Octal11247134247201004305032
Binary10010101001111011100101001110100100000010001100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,39,92); }

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

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

 a { background-color: rgb(74,39,92); }

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

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

 span { border-color: rgb(74,39,92); }

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