#4C365B

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

Shades of Scarlet Gum #4C365B

Tints of Scarlet Gum #4C365B

Color information

#4C365B (or 0x4C365B) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 36 and 5B. RGB value is (76,54,91). Sum of RGB (Red+Green+Blue) = 76+54+91=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C365B is #B3C9A4. Grayscale: #404040. Windows color (decimal): -11782565 or 5977676. OLE color: 5977676.

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

Color convert

RGB765491-
CMYK0.160.4100.64
HSL275.68º25.52%28.43%-
HSV(B)275.68º40.66%35.69%-
XYZ6.194.9310.52-
YUV64.8142.79135.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=34.39%
G=24.43%
B=41.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7654910.160.4100.64275.6825.5228.43
Hex4C365B10290401141a1c
Octal11466133205101004243234
Binary1001100110110101101110000101001010000001000101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,91); }

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

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

 a { background-color: rgb(76,54,91); }

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

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

 span { border-color: rgb(76,54,91); }

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