#4C355F

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

Shades of Scarlet Gum #4C355F

Tints of Scarlet Gum #4C355F

Color information

#4C355F (or 0x4C355F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 35 and 5F. RGB value is (76,53,95). Sum of RGB (Red+Green+Blue) = 76+53+95=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C355F is #B3CAA0. Grayscale: #404040. Windows color (decimal): -11782817 or 6239564. OLE color: 6239564.

HSL color Cylindrical-coordinate representation of color #4C355F: hue angle of 272.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C355F is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB765395-
CMYK0.200.4400.63
HSL272.86º28.38%29.02%-
HSV(B)272.86º44.21%37.25%-
XYZ6.324.9111.44-
YUV64.66145.12136.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=33.93%
G=23.66%
B=42.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7653950.200.4400.63272.8628.3829.02
Hex4C355F142C03F1111c1d
Octal1146513724540774213435
Binary100110011010110111111010010110001111111000100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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