#4A6961

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

Shades of Stromboli #4A6961

Tints of Stromboli #4A6961

Color information

#4A6961 (or 0x4A6961) is unknown color: approx Stromboli. HEX triplet: 4A, 69 and 61. RGB value is (74,105,97). Sum of RGB (Red+Green+Blue) = 74+105+97=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6961 is #B5969E. Grayscale: #5E5E5E. Windows color (decimal): -11900575 or 6383946. OLE color: 6383946.

HSL color Cylindrical-coordinate representation of color #4A6961: hue angle of 164.52º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6961 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB7410597-
CMYK0.3000.080.59
HSL164.52º17.32%35.1%-
HSV(B)164.52º29.52%41.18%-
XYZ10.0312.4213.18-
YUV94.82129.23113.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=26.81%
G=38.04%
B=35.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105970.3000.080.59164.5217.3235.1
Hex4A69611E083Ba51123
Octal11215114136010732452143
Binary10010101101001110000111110010001110111010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,97); }

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

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

 a { background-color: rgb(74,105,97); }

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

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

 span { border-color: rgb(74,105,97); }

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