#4C645D

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

Shades of Stromboli #4C645D

Tints of Stromboli #4C645D

Color information

#4C645D (or 0x4C645D) is unknown color: approx Stromboli. HEX triplet: 4C, 64 and 5D. RGB value is (76,100,93). Sum of RGB (Red+Green+Blue) = 76+100+93=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #4C645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C645D is #B39BA2. Grayscale: #5C5C5C. Windows color (decimal): -11770787 or 6120524. OLE color: 6120524.

HSL color Cylindrical-coordinate representation of color #4C645D: hue angle of 162.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C645D is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB7610093-
CMYK0.2400.070.61
HSL162.5º13.64%34.51%-
HSV(B)162.5º24%39.22%-
XYZ9.5111.4412.06-
YUV92.03128.55116.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.25%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=28.25%
G=37.17%
B=34.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76100930.2400.070.61162.513.6434.51
Hex4C645D18073Da2e23
Octal1141441353007752421643
Binary100110011001001011101110000111111101101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,93); }

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

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

 a { background-color: rgb(76,100,93); }

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

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

 span { border-color: rgb(76,100,93); }

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