#4C355A

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

Shades of Scarlet Gum #4C355A

Tints of Scarlet Gum #4C355A

Color information

#4C355A (or 0x4C355A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 35 and 5A. RGB value is (76,53,90). Sum of RGB (Red+Green+Blue) = 76+53+90=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C355A is #B3CAA5. Grayscale: #3F3F3F. Windows color (decimal): -11782822 or 5911884. OLE color: 5911884.

HSL color Cylindrical-coordinate representation of color #4C355A: hue angle of 277.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C355A is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB765390-
CMYK0.160.4100.65
HSL277.3º25.87%28.04%-
HSV(B)277.3º41.11%35.29%-
XYZ6.14.8210.28-
YUV64.1142.62136.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=34.70%
G=24.20%
B=41.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7653900.160.4100.65277.325.8728.04
Hex4C355A10290411151a1c
Octal11465132205101014253234
Binary1001100110101101101010000101001010000011000101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,90); }

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

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

 a { background-color: rgb(76,53,90); }

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

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

 span { border-color: rgb(76,53,90); }

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