#4D6860

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

Shades of Stromboli #4D6860

Tints of Stromboli #4D6860

Color information

#4D6860 (or 0x4D6860) is unknown color: approx Stromboli. HEX triplet: 4D, 68 and 60. RGB value is (77,104,96). Sum of RGB (Red+Green+Blue) = 77+104+96=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6860 is #B2979F. Grayscale: #5F5F5F. Windows color (decimal): -11704224 or 6318157. OLE color: 6318157.

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

Color convert

RGB7710496-
CMYK0.2600.080.59
HSL162.22º14.92%35.49%-
HSV(B)162.22º25.96%40.78%-
XYZ10.1212.3212.91-
YUV95.02128.55115.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=27.80%
G=37.55%
B=34.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104960.2600.080.59162.2214.9235.49
Hex4D68601A083Ba2f23
Octal11515014032010732421743
Binary1001101110100011000001101001000111011101000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,96); }

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

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

 a { background-color: rgb(77,104,96); }

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

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

 span { border-color: rgb(77,104,96); }

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