#4A5E58

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

Shades of Stromboli #4A5E58

Tints of Stromboli #4A5E58

Color information

#4A5E58 (or 0x4A5E58) is unknown color: approx Stromboli. HEX triplet: 4A, 5E and 58. RGB value is (74,94,88). Sum of RGB (Red+Green+Blue) = 74+94+88=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #4A5E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5E58 is #B5A1A7. Grayscale: #575757. Windows color (decimal): -11903400 or 5791306. OLE color: 5791306.

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

Color convert

RGB749488-
CMYK0.2100.060.63
HSL162º11.9%32.94%-
HSV(B)162º21.28%36.86%-
XYZ8.5910.1710.74-
YUV87.34128.37118.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=28.91%
G=36.72%
B=34.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7494880.2100.060.6316211.932.94
Hex4A5E5815063Fa2c21
Octal1121361302506772421441
Binary100101010111101011000101010110111111101000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,94,88); }

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

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

 a { background-color: rgb(74,94,88); }

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

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

 span { border-color: rgb(74,94,88); }

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