#4A605A

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

Shades of Stromboli #4A605A

Tints of Stromboli #4A605A

Color information

#4A605A (or 0x4A605A) is unknown color: approx Stromboli. HEX triplet: 4A, 60 and 5A. RGB value is (74,96,90). Sum of RGB (Red+Green+Blue) = 74+96+90=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605A is #B59FA5. Grayscale: #585858. Windows color (decimal): -11902886 or 5922890. OLE color: 5922890.

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

Color convert

RGB749690-
CMYK0.2300.060.62
HSL163.64º12.94%33.33%-
HSV(B)163.64º22.92%37.65%-
XYZ8.8510.5611.24-
YUV88.74128.71117.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=28.46%
G=36.92%
B=34.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496900.2300.060.62163.6412.9433.33
Hex4A605A17063Ea4d21
Octal1121401322706762441541
Binary100101011000001011010101110110111110101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,96,90); }

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

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

 a { background-color: rgb(74,96,90); }

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

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

 span { border-color: rgb(74,96,90); }

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