#4D4254

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

Shades of Scarlet Gum #4D4254

Tints of Scarlet Gum #4D4254

Color information

#4D4254 (or 0x4D4254) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 42 and 54. RGB value is (77,66,84). Sum of RGB (Red+Green+Blue) = 77+66+84=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D4254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4254 is #B2BDAB. Grayscale: #474747. Windows color (decimal): -11713964 or 5521997. OLE color: 5521997.

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

Color convert

RGB776684-
CMYK0.080.2100.67
HSL276.67º12%29.41%-
HSV(B)276.67º21.43%32.94%-
XYZ6.616.119.22-
YUV71.34135.14132.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=33.92%
G=29.07%
B=37.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7766840.080.2100.67276.671229.41
Hex4D4254815043115c1d
Octal115102124102501034251435
Binary10011011000010101010010001010101000011100010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,84); }

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

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

 a { background-color: rgb(77,66,84); }

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

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

 span { border-color: rgb(77,66,84); }

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