#4C4154

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

Shades of Scarlet Gum #4C4154

Tints of Scarlet Gum #4C4154

Color information

#4C4154 (or 0x4C4154) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 41 and 54. RGB value is (76,65,84). Sum of RGB (Red+Green+Blue) = 76+65+84=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4154 is #B3BEAB. Grayscale: #464646. Windows color (decimal): -11779756 or 5521740. OLE color: 5521740.

HSL color Cylindrical-coordinate representation of color #4C4154: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C4154 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB766584-
CMYK0.100.2300.67
HSL274.74º12.75%29.22%-
HSV(B)274.74º22.62%32.94%-
XYZ6.475.969.2-
YUV70.46135.64131.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=33.78%
G=28.89%
B=37.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7665840.100.2300.67274.7412.7529.22
Hex4C4154A17043113d1d
Octal114101124122701034231535
Binary10011001000001101010010101011101000011100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,84); }

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

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

 a { background-color: rgb(76,65,84); }

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

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

 span { border-color: rgb(76,65,84); }

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