#4C3E53

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

Shades of Scarlet Gum #4C3E53

Tints of Scarlet Gum #4C3E53

Color information

#4C3E53 (or 0x4C3E53) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 3E and 53. RGB value is (76,62,83). Sum of RGB (Red+Green+Blue) = 76+62+83=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E53 is #B3C1AC. Grayscale: #444444. Windows color (decimal): -11780525 or 5455436. OLE color: 5455436.

HSL color Cylindrical-coordinate representation of color #4C3E53: hue angle of 280º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C3E53 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB766283-
CMYK0.080.2500.67
HSL280º14.48%28.43%-
HSV(B)280º25.3%32.55%-
XYZ6.265.618.94-
YUV68.58136.14133.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=34.39%
G=28.05%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7662830.080.2500.6728014.4828.43
Hex4C3E53819043118e1c
Octal11476123103101034301634
Binary1001100111110101001110001100101000011100011000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,62,83); }

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

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

 a { background-color: rgb(76,62,83); }

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

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

 span { border-color: rgb(76,62,83); }

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