#4D6D5B

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

Shades of Como #4D6D5B

Tints of Como #4D6D5B

Color information

#4D6D5B (or 0x4D6D5B) is unknown color: approx Como. HEX triplet: 4D, 6D and 5B. RGB value is (77,109,91). Sum of RGB (Red+Green+Blue) = 77+109+91=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D5B is #B292A4. Grayscale: #616161. Windows color (decimal): -11702949 or 5991757. OLE color: 5991757.

HSL color Cylindrical-coordinate representation of color #4D6D5B: hue angle of 146.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D5B is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB7710991-
CMYK0.2900.170.57
HSL146.25º17.2%36.47%-
HSV(B)146.25º29.36%42.75%-
XYZ10.4213.2711.91-
YUV97.38124.4113.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=27.80%
G=39.35%
B=32.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77109910.2900.170.57146.2517.236.47
Hex4D6D5B1D01139921124
Octal11515513335021712222144
Binary100110111011011011011111010100011110011001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,109,91); }

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

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

 a { background-color: rgb(77,109,91); }

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

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

 span { border-color: rgb(77,109,91); }

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