#4A6F60

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

Shades of Stromboli #4A6F60

Tints of Stromboli #4A6F60

Color information

#4A6F60 (or 0x4A6F60) is unknown color: approx Stromboli. HEX triplet: 4A, 6F and 60. RGB value is (74,111,96). Sum of RGB (Red+Green+Blue) = 74+111+96=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F60 is #B5909F. Grayscale: #626262. Windows color (decimal): -11899040 or 6319946. OLE color: 6319946.

HSL color Cylindrical-coordinate representation of color #4A6F60: hue angle of 155.68º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6F60 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7411196-
CMYK0.3300.140.56
HSL155.68º20%36.27%-
HSV(B)155.68º33.33%43.53%-
XYZ10.6213.6713.15-
YUV98.23126.74110.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=26.33%
G=39.50%
B=34.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111960.3300.140.56155.682036.27
Hex4A6F60210E389c1424
Octal11215714041016702342444
Binary100101011011111100000100001011101110001001110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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