#4A305C

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

Shades of Scarlet Gum #4A305C

Tints of Scarlet Gum #4A305C

Color information

#4A305C (or 0x4A305C) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 30 and 5C. RGB value is (74,48,92). Sum of RGB (Red+Green+Blue) = 74+48+92=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A305C is #B5CFA3. Grayscale: #3C3C3C. Windows color (decimal): -11915172 or 6041674. OLE color: 6041674.

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

Color convert

RGB744892-
CMYK0.200.4800.64
HSL275.45º31.43%27.45%-
HSV(B)275.45º47.83%36.08%-
XYZ5.814.3410.66-
YUV60.79145.61137.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=34.58%
G=22.43%
B=42.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7448920.200.4800.64275.4531.4327.45
Hex4A305C14300401131f1b
Octal11260134246001004233733
Binary1001010110000101110010100110000010000001000100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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